PostgreSQL

PostgreSQL Elephant Logo

51.43. pg_replication_origin

The pg_replication_origin catalog contains all replication origins created. For more on replication origins see Chapter 49.

Table 51.43. pg_replication_origin Columns

Name Type References 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.

+

Prev Up Next

51.42. pg_range

Home

51.44. pg_rewrite

Copyright © 1996-2023 The PostgreSQL Global Development Group