pg_subscription_rel
#
The catalog <structname>pg_subscription_rel</structname> contains the
state for each replicated relation in each subscription. This is a
many-to-many mapping.
カタログpg_subscription_rel
には各サブスクリプションで複製される各リレーションの状態が入ります。
これは多対多のマッピングです。
This catalog only contains tables known to the subscription after running
either <link linkend="sql-createsubscription"><command>CREATE SUBSCRIPTION</command></link> or
<link linkend="sql-altersubscription"><command>ALTER SUBSCRIPTION ... REFRESH
PUBLICATION</command></link>.
このカタログにはCREATE SUBSCRIPTION
あるいはALTER SUBSCRIPTION ... REFRESH PUBLICATION
を実行した後でサブスクリプションに知られることになったテーブルのみが含まれます。
表51.55 pg_subscription_rel
の列
Column Type 列 型 Description 説明 |
---|
Reference to subscription サブスクリプションの参照 |
Reference to relation リレーションの参照 |
State code:
<literal>i</literal> = initialize,
<literal>d</literal> = data is being copied,
<literal>f</literal> = finished table copy,
<literal>s</literal> = synchronized,
<literal>r</literal> = ready (normal replication)
状態コード:
|
Remote LSN of the state change used for synchronization coordination
when in <literal>s</literal> or <literal>r</literal> states,
otherwise null
|