|
PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
| DumpableObject | dobj |
| SubscriptionInfo * | subinfo |
| TableInfo * | tblinfo |
| char | srsubstate |
| char * | srsublsn |
| DumpableObject _SubRelInfo::dobj |
Definition at line 742 of file pg_dump.h.
Referenced by dumpSubscriptionTable(), and getSubscriptionRelations().
| char* _SubRelInfo::srsublsn |
Definition at line 746 of file pg_dump.h.
Referenced by dumpSubscriptionTable(), and getSubscriptionRelations().
| char _SubRelInfo::srsubstate |
Definition at line 745 of file pg_dump.h.
Referenced by dumpSubscriptionTable(), and getSubscriptionRelations().
| SubscriptionInfo* _SubRelInfo::subinfo |
Definition at line 743 of file pg_dump.h.
Referenced by dumpSubscriptionTable(), and getSubscriptionRelations().
| TableInfo* _SubRelInfo::tblinfo |
Definition at line 744 of file pg_dump.h.
Referenced by dumpSubscriptionTable(), and getSubscriptionRelations().