PostgreSQL Source Code  git master
CreateOpFamilyStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listopfamilyname
 
char * amname
 

Detailed Description

Definition at line 3217 of file parsenodes.h.

Field Documentation

◆ amname

char* CreateOpFamilyStmt::amname

Definition at line 3221 of file parsenodes.h.

Referenced by DefineOpClass().

◆ opfamilyname

List* CreateOpFamilyStmt::opfamilyname

Definition at line 3220 of file parsenodes.h.

Referenced by DefineOpClass().

◆ type

NodeTag CreateOpFamilyStmt::type

Definition at line 3219 of file parsenodes.h.


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