PostgreSQL Source Code  git master
CreatePublicationStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * pubname
 
Listoptions
 
Listpubobjects
 
bool for_all_tables
 

Detailed Description

Definition at line 4172 of file parsenodes.h.

Field Documentation

◆ for_all_tables

bool CreatePublicationStmt::for_all_tables

Definition at line 4178 of file parsenodes.h.

◆ options

List* CreatePublicationStmt::options

Definition at line 4176 of file parsenodes.h.

◆ pubname

char* CreatePublicationStmt::pubname

Definition at line 4175 of file parsenodes.h.

◆ pubobjects

List* CreatePublicationStmt::pubobjects

Definition at line 4177 of file parsenodes.h.

◆ type

NodeTag CreatePublicationStmt::type

Definition at line 4174 of file parsenodes.h.


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