PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | tablespacename |
List * | options |
bool | isReset |
Definition at line 2490 of file parsenodes.h.
bool AlterTableSpaceOptionsStmt::isReset |
Definition at line 2495 of file parsenodes.h.
Referenced by AlterTableSpaceOptions().
List* AlterTableSpaceOptionsStmt::options |
Definition at line 2494 of file parsenodes.h.
Referenced by AlterTableSpaceOptions().
char* AlterTableSpaceOptionsStmt::tablespacename |
Definition at line 2493 of file parsenodes.h.
Referenced by AlterTableSpaceOptions().
NodeTag AlterTableSpaceOptionsStmt::type |
Definition at line 2492 of file parsenodes.h.