pg_publication_rel
#
The catalog <structname>pg_publication_rel</structname> contains the
mapping between relations and publications in the database. This is a
many-to-many mapping. See also <xref linkend="view-pg-publication-tables"/>
for a more user-friendly view of this information.
カタログpg_publication_rel
にはデータベース内のリレーションとパブリケーションのマッピングが含まれます。
これは多対多のマッピングです。
この情報のよりユーザフレンドリなビューについては52.17も参照してください。
表51.42 pg_publication_rel
の列
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
Reference to publication パブリケーションの参照 |
Reference to relation リレーションの参照 |
リレーションのパブリケーション修飾条件の( |
This is an array of values that indicates which table columns are
part of the publication. For example, a value of <literal>1 3</literal>
would mean that the first and the third table columns are published.
A null value indicates that all columns are published.
これは、どのテーブル列がパブリケーションの一部であるかを示す値の配列です。
たとえば、 |