PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AlterDatabaseStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * dbname
 
Listoptions
 

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: