PostgreSQL Source Code git master
_PublicationInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
const char * rolname
 
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

◆ puballsequences

bool _PublicationInfo::puballsequences

Definition at line 672 of file pg_dump.h.

Referenced by dumpPublication(), and getPublications().

◆ puballtables

bool _PublicationInfo::puballtables

Definition at line 671 of file pg_dump.h.

Referenced by dumpPublication(), and getPublications().

◆ pubdelete

bool _PublicationInfo::pubdelete

Definition at line 675 of file pg_dump.h.

Referenced by dumpPublication(), and getPublications().

◆ pubgencols_type

PublishGencolsType _PublicationInfo::pubgencols_type

Definition at line 678 of file pg_dump.h.

Referenced by dumpPublication(), and getPublications().

◆ pubinsert

bool _PublicationInfo::pubinsert

Definition at line 673 of file pg_dump.h.

Referenced by dumpPublication(), and getPublications().

◆ pubtruncate

bool _PublicationInfo::pubtruncate

Definition at line 676 of file pg_dump.h.

Referenced by dumpPublication(), and getPublications().

◆ pubupdate

bool _PublicationInfo::pubupdate

Definition at line 674 of file pg_dump.h.

Referenced by dumpPublication(), and getPublications().

◆ pubviaroot

bool _PublicationInfo::pubviaroot

Definition at line 677 of file pg_dump.h.

Referenced by dumpPublication(), and getPublications().

◆ rolname

const char* _PublicationInfo::rolname

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