Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
49.53. pg_subscription_rel
Prev UpChapter 49. System CatalogsHome Next

49.53. pg_subscription_rel

The catalogpg_subscription_rel contains the state for each replicated relation in each subscription. This is a many-to-many mapping.

This catalog only contains tables known to the subscription after running eitherCREATE SUBSCRIPTION orALTER SUBSCRIPTION ... REFRESH PUBLICATION.

Table 49.53. pg_subscription_rel Columns

NameTypeReferencesDescription
srsubidoidpg_subscription.oidReference to subscription
srrelidoidpg_class.oidReference to relation
srsubstatechar  State code:i = initialize,d = data is being copied,s = synchronized,r = ready (normal replication)
srsublsnpg_lsn  Remote LSN of the state change used for synchronization coordination when ins orr states, otherwise null


Prev Up Next
49.52. pg_subscription Home 49.54. pg_tablespace
epubpdf
Go to Postgres Pro Standard 10
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp