|
PostgreSQL Source Code git master
|
#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 |
| DumpableObject _PublicationInfo::dobj |
Definition at line 669 of file pg_dump.h.
Referenced by DOTypeNameCompare(), dumpPublication(), dumpPublicationNamespace(), dumpPublicationTable(), and getPublications().
| bool _PublicationInfo::puballsequences |
Definition at line 672 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
| bool _PublicationInfo::puballtables |
Definition at line 671 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
| bool _PublicationInfo::pubdelete |
Definition at line 675 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
| PublishGencolsType _PublicationInfo::pubgencols_type |
Definition at line 678 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
| bool _PublicationInfo::pubinsert |
Definition at line 673 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
| bool _PublicationInfo::pubtruncate |
Definition at line 676 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
| bool _PublicationInfo::pubupdate |
Definition at line 674 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
| bool _PublicationInfo::pubviaroot |
Definition at line 677 of file pg_dump.h.
Referenced by dumpPublication(), and getPublications().
| const char* _PublicationInfo::rolname |
Definition at line 670 of file pg_dump.h.
Referenced by dumpPublication(), dumpPublicationNamespace(), dumpPublicationTable(), and getPublications().