PostgreSQL Source Code git master
|
#include <pg_publication.h>
Data Fields | |
Oid | oid |
char * | name |
bool | alltables |
bool | pubviaroot |
PublishGencolsType | pubgencols_type |
PublicationActions | pubactions |
Definition at line 127 of file pg_publication.h.
bool Publication::alltables |
Definition at line 131 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 130 of file pg_publication.h.
Referenced by GetPublication(), publication_add_relation(), and publication_add_schema().
Oid Publication::oid |
Definition at line 129 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 134 of file pg_publication.h.
Referenced by get_rel_sync_entry(), GetPublication(), and pgoutput_row_filter_init().
PublishGencolsType Publication::pubgencols_type |
Definition at line 133 of file pg_publication.h.
Referenced by GetPublication(), and pg_get_publication_tables().
bool Publication::pubviaroot |
Definition at line 132 of file pg_publication.h.
Referenced by get_rel_sync_entry(), GetPublication(), and pg_get_publication_tables().