PostgreSQL Source Code git master
Publication Struct Reference

#include <pg_publication.h>

Data Fields

Oid oid
 
char * name
 
bool alltables
 
bool pubviaroot
 
bool pubgencols
 
PublicationActions pubactions
 

Detailed Description

Definition at line 110 of file pg_publication.h.

Field Documentation

◆ alltables

◆ name

char* Publication::name

◆ oid

◆ pubactions

PublicationActions Publication::pubactions

Definition at line 117 of file pg_publication.h.

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

◆ pubgencols

bool Publication::pubgencols

Definition at line 116 of file pg_publication.h.

Referenced by GetPublication(), and pg_get_publication_tables().

◆ pubviaroot

bool Publication::pubviaroot

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