pg_publication
#
The catalog <structname>pg_publication</structname> contains all
publications created in the database. For more on publications see
<xref linkend="logical-replication-publication"/>.
カタログpg_publication
には、データベース内に作成されたすべてのパブリケーションが含まれます。
パブリケーションについての詳細は29.1を参照してください。
表51.40 pg_publication
の列
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
Name of the publication パブリケーションの名前 |
Owner of the publication パブリケーションの所有者 |
If true, this publication automatically includes all tables in the database, including any that will be created in the future. trueの場合、このパブリケーションは、将来作成されるテーブルを含め、データベース内の全テーブルを自動的に含みます。 |
If true, <xref linkend="sql-insert"/> operations are replicated for tables in the publication. trueの場合、パブリケーション内のテーブルに対するINSERT操作は複製されます。 |
If true, <xref linkend="sql-update"/> operations are replicated for tables in the publication. trueの場合、パブリケーション内のテーブルに対するUPDATE操作は複製されます。 |
If true, <xref linkend="sql-delete"/> operations are replicated for tables in the publication. trueの場合、パブリケーション内のテーブルに対するDELETE操作は複製されます。 |
If true, <xref linkend="sql-truncate"/> operations are replicated for tables in the publication. trueの場合、パブリケーション内のテーブルに対するTRUNCATE操作は複製されます。 |
If true, operations on a leaf partition are replicated using the identity and schema of its topmost partitioned ancestor mentioned in the publication instead of its own. trueの場合、自分自身ではなく、パブリケーションが言及しているパーティションの最上位の祖先の識別子とスキーマを使って、リーフパーティションに対する操作が複製されます。 |