]> begriffs open source - ai-pg/blob - full-docs/txt/catalog-pg-replication-origin.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / catalog-pg-replication-origin.txt
1
2 52.44. pg_replication_origin #
3
4    The pg_replication_origin catalog contains all replication origins
5    created. For more on replication origins see Chapter 48.
6
7    Unlike most system catalogs, pg_replication_origin is shared across all
8    databases of a cluster: there is only one copy of pg_replication_origin
9    per cluster, not one per database.
10
11    Table 52.44. pg_replication_origin Columns
12
13    Column Type
14
15    Description
16
17    roident oid
18
19    A unique, cluster-wide identifier for the replication origin. Should
20    never leave the system.
21
22    roname text
23
24    The external, user defined, name of a replication origin.