PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AlterOpFamilyStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listopfamilyname
 
char * amname
 
bool isDrop
 
Listitems
 

Detailed Description

Definition at line 3306 of file parsenodes.h.

Field Documentation

◆ amname

char* AlterOpFamilyStmt::amname

Definition at line 3310 of file parsenodes.h.

◆ isDrop

bool AlterOpFamilyStmt::isDrop

Definition at line 3311 of file parsenodes.h.

◆ items

List* AlterOpFamilyStmt::items

Definition at line 3312 of file parsenodes.h.

◆ opfamilyname

List* AlterOpFamilyStmt::opfamilyname

Definition at line 3309 of file parsenodes.h.

◆ type

NodeTag AlterOpFamilyStmt::type

Definition at line 3308 of file parsenodes.h.


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