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

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * dbname
 
VariableSetStmtsetstmt
 

Detailed Description

Definition at line 3885 of file parsenodes.h.

Field Documentation

◆ dbname

char* AlterDatabaseSetStmt::dbname

Definition at line 3888 of file parsenodes.h.

◆ setstmt

VariableSetStmt* AlterDatabaseSetStmt::setstmt

Definition at line 3889 of file parsenodes.h.

◆ type

NodeTag AlterDatabaseSetStmt::type

Definition at line 3887 of file parsenodes.h.


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