PostgreSQL Source Code  git master
_PublicationInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
const char * rolname
 
bool puballtables
 
bool pubinsert
 
bool pubupdate
 
bool pubdelete
 
bool pubtruncate
 
bool pubviaroot
 

Detailed Description

Definition at line 613 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _PublicationInfo::dobj

◆ puballtables

bool _PublicationInfo::puballtables

Definition at line 617 of file pg_dump.h.

Referenced by dumpPublication(), and getPublications().

◆ pubdelete

bool _PublicationInfo::pubdelete

Definition at line 620 of file pg_dump.h.

Referenced by dumpPublication(), and getPublications().

◆ pubinsert

bool _PublicationInfo::pubinsert

Definition at line 618 of file pg_dump.h.

Referenced by dumpPublication(), and getPublications().

◆ pubtruncate

bool _PublicationInfo::pubtruncate

Definition at line 621 of file pg_dump.h.

Referenced by dumpPublication(), and getPublications().

◆ pubupdate

bool _PublicationInfo::pubupdate

Definition at line 619 of file pg_dump.h.

Referenced by dumpPublication(), and getPublications().

◆ pubviaroot

bool _PublicationInfo::pubviaroot

Definition at line 622 of file pg_dump.h.

Referenced by dumpPublication(), and getPublications().

◆ rolname

const char* _PublicationInfo::rolname

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