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

53.44. pg_replication_origin #

The <structname>pg_replication_origin</structname> catalog contains all replication origins created. For more on replication origins see <xref linkend="replication-origins"/>. pg_replication_originカタログは、作成されたすべてのレプリケーション起点を含んでいます。 レプリケーション起点についての詳細は第50章を参照してください。

Unlike most system catalogs, <structname>pg_replication_origin</structname> is shared across all databases of a cluster: there is only one copy of <structname>pg_replication_origin</structname> per cluster, not one per database. ほとんどのシステムカタログとは異なり、pg_replication_originはクラスタ内の全データベースで共有されます。 つまりクラスタごとにpg_replication_originの実体は1つだけ存在し、データベースごとに1つではありません。

表53.44 pg_replication_originの列

<title><structname>pg_replication_origin</structname> Columns</title>

Column Type 列 型

Description 説明

roident oid

A unique, cluster-wide identifier for the replication origin. Should never leave the system. クラスタ全体で一意なレプリケーション起点の識別子。 システムから除かれてはいけません。

roname text

The external, user defined, name of a replication origin. レプリケーション起点のユーザ定義の外部名