|
PostgreSQL Source Code git master
|
#include <pg_publication.h>
Data Fields | |
| Oid | oid |
| char * | name |
| bool | alltables |
| bool | allsequences |
| bool | pubviaroot |
| PublishGencolsType | pubgencols_type |
| PublicationActions | pubactions |
Definition at line 133 of file pg_publication.h.
| bool Publication::allsequences |
Definition at line 138 of file pg_publication.h.
Referenced by GetPublication(), and pg_get_publication_sequences().
| bool Publication::alltables |
Definition at line 137 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 136 of file pg_publication.h.
Referenced by GetPublication(), publication_add_relation(), and publication_add_schema().
| Oid Publication::oid |
Definition at line 135 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 141 of file pg_publication.h.
Referenced by get_rel_sync_entry(), GetPublication(), and pgoutput_row_filter_init().
| PublishGencolsType Publication::pubgencols_type |
Definition at line 140 of file pg_publication.h.
Referenced by GetPublication(), and pg_get_publication_tables().
| bool Publication::pubviaroot |
Definition at line 139 of file pg_publication.h.
Referenced by get_rel_sync_entry(), GetPublication(), and pg_get_publication_tables().