PostgreSQL Source Code  git master
AlterDatabaseStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * dbname
 
Listoptions
 

Detailed Description

Definition at line 3788 of file parsenodes.h.

Field Documentation

◆ dbname

char* AlterDatabaseStmt::dbname

Definition at line 3791 of file parsenodes.h.

◆ options

List* AlterDatabaseStmt::options

Definition at line 3792 of file parsenodes.h.

◆ type

NodeTag AlterDatabaseStmt::type

Definition at line 3790 of file parsenodes.h.


The documentation for this struct was generated from the following file: