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

54.18. pg_replication_origin_status #

The <structname>pg_replication_origin_status</structname> view contains information about how far replay for a certain origin has progressed. For more on replication origins see <xref linkend="replication-origins"/>. pg_replication_origin_statusビューには、ある起点の再生の進捗についての情報が含まれます。 レプリケーション起点についての詳細は第50章を参照してください。

表54.18 pg_replication_origin_statusの列

<title><structname>pg_replication_origin_status</structname> Columns</title>

Column Type 列 型

Description 説明

local_id oid (references <link linkend="catalog-pg-replication-origin"><structname>pg_replication_origin</structname></link>.<structfield>roident</structfield>) (参照先 pg_replication_origin.roident

internal node identifier 内部ノード識別子

external_id text (references <link linkend="catalog-pg-replication-origin"><structname>pg_replication_origin</structname></link>.<structfield>roname</structfield>) (参照先 pg_replication_origin.roname

external node identifier 外部ノード識別子

remote_lsn pg_lsn

The origin node's LSN up to which data has been replicated. そのデータまで複製されたことを示す起点ノードのLSN

local_lsn pg_lsn

This node's LSN at which <literal>remote_lsn</literal> has been replicated. Used to flush commit records before persisting data to disk when using asynchronous commits. そのremote_lsnが複製されたことを示す、このノードのLSN。 非同期コミットを使用している場合に、データをディスクに書き出す前にコミットレコードをフラッシュするために使用されます。