PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
DumpableObject | dobj |
const char * | rolname |
bool | puballtables |
bool | pubinsert |
bool | pubupdate |
bool | pubdelete |
bool | pubtruncate |
bool | pubviaroot |
PublishGencolsType | pubgencols_type |
DumpableObject _PublicationInfo::dobj |
Definition at line 656 of file pg_dump.h.
Referenced by dumpPublication(), dumpPublicationNamespace(), dumpPublicationTable(), and getPublications().
bool _PublicationInfo::puballtables |
Definition at line 658 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
bool _PublicationInfo::pubdelete |
Definition at line 661 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
PublishGencolsType _PublicationInfo::pubgencols_type |
Definition at line 664 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
bool _PublicationInfo::pubinsert |
Definition at line 659 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
bool _PublicationInfo::pubtruncate |
Definition at line 662 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
bool _PublicationInfo::pubupdate |
Definition at line 660 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
bool _PublicationInfo::pubviaroot |
Definition at line 663 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
const char* _PublicationInfo::rolname |
Definition at line 657 of file pg_dump.h.
Referenced by dumpPublication(), dumpPublicationNamespace(), dumpPublicationTable(), and getPublications().