バージョンごとのドキュメント一覧

53.41. pg_publication_namespace #

The catalog <structname>pg_publication_namespace</structname> contains the mapping between schemas and publications in the database. This is a many-to-many mapping. カタログpg_publication_namespaceにはデータベース内のスキーマとパブリケーションの間のマッピングが含まれます。 これは多対多のマッピングです。

表53.41 pg_publication_namespace Columns

Column Type 列 型

Description 説明

oid oid

Row identifier 行識別子

pnpubid oid (references <link linkend="catalog-pg-publication"><structname>pg_publication</structname></link>.<structfield>oid</structfield>) (参照先 pg_publication.oid

Reference to publication パブリケーションへの参照

pnnspid oid (references <link linkend="catalog-pg-namespace"><structname>pg_namespace</structname></link>.<structfield>oid</structfield>) (参照先 pg_namespace.oid

Reference to schema スキーマへの参照