PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | tablespacename |
List * | options |
bool | isReset |
Definition at line 2238 of file parsenodes.h.
bool AlterTableSpaceOptionsStmt::isReset |
Definition at line 2243 of file parsenodes.h.
Referenced by AlterTableSpaceOptions().
List* AlterTableSpaceOptionsStmt::options |
Definition at line 2242 of file parsenodes.h.
Referenced by AlterTableSpaceOptions().
char* AlterTableSpaceOptionsStmt::tablespacename |
Definition at line 2241 of file parsenodes.h.
Referenced by AlterTableSpaceOptions().
NodeTag AlterTableSpaceOptionsStmt::type |
Definition at line 2240 of file parsenodes.h.