PostgreSQL Source Code git master
Loading...
Searching...
No Matches
CreatePublicationStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
charpubname
 
Listoptions
 
Listpubobjects
 
bool for_all_tables
 
bool for_all_sequences
 

Detailed Description

Definition at line 4516 of file parsenodes.h.

Field Documentation

◆ for_all_sequences

bool CreatePublicationStmt::for_all_sequences

Definition at line 4523 of file parsenodes.h.

◆ for_all_tables

bool CreatePublicationStmt::for_all_tables

Definition at line 4522 of file parsenodes.h.

◆ options

List* CreatePublicationStmt::options

Definition at line 4520 of file parsenodes.h.

◆ pubname

char* CreatePublicationStmt::pubname

Definition at line 4519 of file parsenodes.h.

◆ pubobjects

List* CreatePublicationStmt::pubobjects

Definition at line 4521 of file parsenodes.h.

◆ type

NodeTag CreatePublicationStmt::type

Definition at line 4518 of file parsenodes.h.


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