PostgreSQL Source Code git master
Publication Struct Reference

#include <pg_publication.h>

Data Fields

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

Detailed Description

Definition at line 127 of file pg_publication.h.

Field Documentation

◆ alltables

◆ name

char* Publication::name

◆ oid

◆ pubactions

PublicationActions Publication::pubactions

Definition at line 134 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 133 of file pg_publication.h.

Referenced by GetPublication(), and pg_get_publication_tables().

◆ pubviaroot

bool Publication::pubviaroot

Definition at line 132 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: