Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
52.18. pg_replication_origin_status
Prev UpChapter 52. System ViewsHome Next

52.18. pg_replication_origin_status#

Thepg_replication_origin_status view contains information about how far replay for a certain origin has progressed. For more on replication origins seeChapter 48.

Table 52.18. pg_replication_origin_status Columns

Column Type

Description

local_idoid (referencespg_replication_origin.roident)

internal node identifier

external_idtext (referencespg_replication_origin.roname)

external node identifier

remote_lsnpg_lsn

The origin node's LSN up to which data has been replicated.

local_lsnpg_lsn

This node's LSN at whichremote_lsn has been replicated. Used to flush commit records before persisting data to disk when using asynchronous commits.



Prev Up Next
52.17. pg_publication_tables Home 52.19. pg_replication_slots
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp