PostgreSQL Source Code  git master
CreateOpFamilyStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listopfamilyname
 
char * amname
 

Detailed Description

Definition at line 3212 of file parsenodes.h.

Field Documentation

◆ amname

char* CreateOpFamilyStmt::amname

Definition at line 3216 of file parsenodes.h.

Referenced by DefineOpClass().

◆ opfamilyname

List* CreateOpFamilyStmt::opfamilyname

Definition at line 3215 of file parsenodes.h.

Referenced by DefineOpClass().

◆ type

NodeTag CreateOpFamilyStmt::type

Definition at line 3214 of file parsenodes.h.


The documentation for this struct was generated from the following file: