PostgreSQL Source Code git master
_SubRelInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
SubscriptionInfosubinfo
 
TableInfotblinfo
 
char srsubstate
 
char * srsublsn
 

Detailed Description

Definition at line 740 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _SubRelInfo::dobj

Definition at line 742 of file pg_dump.h.

Referenced by dumpSubscriptionTable(), and getSubscriptionRelations().

◆ srsublsn

char* _SubRelInfo::srsublsn

Definition at line 746 of file pg_dump.h.

Referenced by dumpSubscriptionTable(), and getSubscriptionRelations().

◆ srsubstate

char _SubRelInfo::srsubstate

Definition at line 745 of file pg_dump.h.

Referenced by dumpSubscriptionTable(), and getSubscriptionRelations().

◆ subinfo

SubscriptionInfo* _SubRelInfo::subinfo

Definition at line 743 of file pg_dump.h.

Referenced by dumpSubscriptionTable(), and getSubscriptionRelations().

◆ tblinfo

TableInfo* _SubRelInfo::tblinfo

Definition at line 744 of file pg_dump.h.

Referenced by dumpSubscriptionTable(), and getSubscriptionRelations().


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