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

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
const charrolname
 
bool puballtables
 
bool puballsequences
 
bool pubinsert
 
bool pubupdate
 
bool pubdelete
 
bool pubtruncate
 
bool pubviaroot
 
PublishGencolsType pubgencols_type
 

Detailed Description

Definition at line 667 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _PublicationInfo::dobj

Definition at line 669 of file pg_dump.h.

◆ puballsequences

bool _PublicationInfo::puballsequences

Definition at line 672 of file pg_dump.h.

◆ puballtables

bool _PublicationInfo::puballtables

Definition at line 671 of file pg_dump.h.

◆ pubdelete

bool _PublicationInfo::pubdelete

Definition at line 675 of file pg_dump.h.

◆ pubgencols_type

PublishGencolsType _PublicationInfo::pubgencols_type

Definition at line 678 of file pg_dump.h.

◆ pubinsert

bool _PublicationInfo::pubinsert

Definition at line 673 of file pg_dump.h.

◆ pubtruncate

bool _PublicationInfo::pubtruncate

Definition at line 676 of file pg_dump.h.

◆ pubupdate

bool _PublicationInfo::pubupdate

Definition at line 674 of file pg_dump.h.

◆ pubviaroot

bool _PublicationInfo::pubviaroot

Definition at line 677 of file pg_dump.h.

◆ rolname

const char* _PublicationInfo::rolname

Definition at line 670 of file pg_dump.h.


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