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 |
DumpableObject _PublicationInfo::dobj |
Definition at line 620 of file pg_dump.h.
Referenced by dumpPublication(), dumpPublicationNamespace(), dumpPublicationTable(), and getPublications().
bool _PublicationInfo::puballtables |
Definition at line 622 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
bool _PublicationInfo::pubdelete |
Definition at line 625 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
bool _PublicationInfo::pubinsert |
Definition at line 623 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
bool _PublicationInfo::pubtruncate |
Definition at line 626 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
bool _PublicationInfo::pubupdate |
Definition at line 624 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
bool _PublicationInfo::pubviaroot |
Definition at line 627 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
const char* _PublicationInfo::rolname |
Definition at line 621 of file pg_dump.h.
Referenced by dumpPublication(), dumpPublicationNamespace(), dumpPublicationTable(), and getPublications().