|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | dbname |
| VariableSetStmt * | setstmt |
Definition at line 3925 of file parsenodes.h.
| char* AlterDatabaseSetStmt::dbname |
Definition at line 3928 of file parsenodes.h.
| VariableSetStmt* AlterDatabaseSetStmt::setstmt |
Definition at line 3929 of file parsenodes.h.
| NodeTag AlterDatabaseSetStmt::type |
Definition at line 3927 of file parsenodes.h.