PostgreSQL Source Code git master
|
#include <pg_publication.h>
Data Fields | |
Oid | oid |
char * | name |
bool | alltables |
bool | pubviaroot |
bool | pubgencols |
PublicationActions | pubactions |
Definition at line 110 of file pg_publication.h.
bool Publication::alltables |
Definition at line 114 of file pg_publication.h.
Referenced by check_and_fetch_column_list(), get_rel_sync_entry(), GetPublication(), pg_get_publication_tables(), and pgoutput_row_filter_init().
char* Publication::name |
Definition at line 113 of file pg_publication.h.
Referenced by GetPublication(), publication_add_relation(), and publication_add_schema().
Oid Publication::oid |
Definition at line 112 of file pg_publication.h.
Referenced by check_and_fetch_column_list(), get_object_address_publication_rel(), get_object_address_publication_schema(), get_rel_sync_entry(), GetPublication(), pg_get_publication_tables(), and pgoutput_row_filter_init().
PublicationActions Publication::pubactions |
Definition at line 117 of file pg_publication.h.
Referenced by get_rel_sync_entry(), GetPublication(), and pgoutput_row_filter_init().
bool Publication::pubgencols |
Definition at line 116 of file pg_publication.h.
Referenced by GetPublication(), and pg_get_publication_tables().
bool Publication::pubviaroot |
Definition at line 115 of file pg_publication.h.
Referenced by get_rel_sync_entry(), GetPublication(), and pg_get_publication_tables().