PostgreSQL Source Code: AlterDatabaseStmt Struct Reference (original) (raw)
AlterDatabaseStmt Struct Reference
#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
char * | dbname |
List * | options |
Detailed Description
Definition at line 3872 of file parsenodes.h.
Field Documentation
◆ dbname
char* AlterDatabaseStmt::dbname
Definition at line 3875 of file parsenodes.h.
◆ options
List* AlterDatabaseStmt::options
Definition at line 3876 of file parsenodes.h.
◆ type
NodeTag AlterDatabaseStmt::type
Definition at line 3874 of file parsenodes.h.
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h