PostgreSQL Source Code  git master
Publication Struct Reference

#include <pg_publication.h>

Data Fields

Oid oid
 
char * name
 
bool alltables
 
bool pubviaroot
 
PublicationActions pubactions
 

Detailed Description

Definition at line 100 of file pg_publication.h.

Field Documentation

◆ alltables

◆ name

char* Publication::name

◆ oid

◆ pubactions

PublicationActions Publication::pubactions

Definition at line 106 of file pg_publication.h.

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

◆ pubviaroot

bool Publication::pubviaroot

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