51.78. pg_publication_tables

ビューpg_publication_tablesはパブリケーションとそれに含まれるテーブルの間のマッピングに関する情報を提供します。 その元となるカタログpg_publication_relとは異なり、このビューはFOR ALL TABLESで定義されたパブリケーションを展開するため、そのようなパブリケーションについては対象となる各テーブルについて1行があります。

表51.79 pg_publication_tablesの列

列 型

説明

pubname name (references pg_publication.pubname)

パブリケーションの名前

schemaname name (references pg_namespace.nspname)

テーブルがあるスキーマの名前

tablename name (references pg_class.relname)

テーブルの名前