PostgreSQL Source Code git master
Publication Struct Reference

#include <pg_publication.h>

Data Fields

Oid oid
 
char * name
 
bool alltables
 
bool allsequences
 
bool pubviaroot
 
PublishGencolsType pubgencols_type
 
PublicationActions pubactions
 

Detailed Description

Definition at line 133 of file pg_publication.h.

Field Documentation

◆ allsequences

bool Publication::allsequences

Definition at line 138 of file pg_publication.h.

Referenced by GetPublication(), and pg_get_publication_sequences().

◆ alltables

◆ name

char* Publication::name

◆ oid

◆ pubactions

PublicationActions Publication::pubactions

Definition at line 141 of file pg_publication.h.

Referenced by get_rel_sync_entry(), GetPublication(), and pgoutput_row_filter_init().

◆ pubgencols_type

PublishGencolsType Publication::pubgencols_type

Definition at line 140 of file pg_publication.h.

Referenced by GetPublication(), and pg_get_publication_tables().

◆ pubviaroot

bool Publication::pubviaroot

Definition at line 139 of file pg_publication.h.

Referenced by get_rel_sync_entry(), GetPublication(), and pg_get_publication_tables().


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