PostgreSQL Source Code
git master
|
#include <pg_publication.h>
Data Fields | |
Oid | oid |
char * | name |
bool | alltables |
bool | pubviaroot |
PublicationActions | pubactions |
Definition at line 100 of file pg_publication.h.
bool Publication::alltables |
Definition at line 104 of file pg_publication.h.
Referenced by get_rel_sync_entry(), GetPublication(), pg_get_publication_tables(), pgoutput_column_list_init(), and pgoutput_row_filter_init().
char* Publication::name |
Definition at line 103 of file pg_publication.h.
Referenced by GetPublication(), publication_add_relation(), and publication_add_schema().
Oid Publication::oid |
Definition at line 102 of file pg_publication.h.
Referenced by get_object_address_publication_rel(), get_object_address_publication_schema(), get_rel_sync_entry(), GetPublication(), pg_get_publication_tables(), pgoutput_column_list_init(), and pgoutput_row_filter_init().
PublicationActions Publication::pubactions |
Definition at line 106 of file pg_publication.h.
Referenced by get_rel_sync_entry(), GetPublication(), and pgoutput_row_filter_init().
bool Publication::pubviaroot |
Definition at line 105 of file pg_publication.h.
Referenced by get_rel_sync_entry(), GetPublication(), and pg_get_publication_tables().