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 3940 of file parsenodes.h.
Field Documentation
◆ dbname
char* AlterDatabaseStmt::dbname
Definition at line 3943 of file parsenodes.h.
◆ options
List* AlterDatabaseStmt::options
Definition at line 3944 of file parsenodes.h.
◆ type
NodeTag AlterDatabaseStmt::type
Definition at line 3942 of file parsenodes.h.
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h