mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +03:00
Assorted minor doc/comment fixes.
Identify pg_replication_origin as a shared catalog in catalogs.sgml, using the same boilerplate wording used for most other shared catalogs (and tweak another place where someone had randomly deviated from that boilerplate). Make an example in mmgr/README more consistent with surrounding text. Update an obsolete cross-reference in a comment in storage/block.h. Zhuo Ql Discussion: https://postgr.es/m/44296255.1819230.1524889719001@mail.yahoo.com
This commit is contained in:
@@ -5690,6 +5690,13 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
||||
see <xref linkend="replication-origins"/>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Unlike most system catalogs, <structname>pg_replication_origin</structname>
|
||||
is shared across all databases of a cluster: there is only one copy
|
||||
of <structname>pg_replication_origin</structname> per cluster, not one per
|
||||
database.
|
||||
</para>
|
||||
|
||||
<table>
|
||||
|
||||
<title><structname>pg_replication_origin</structname> Columns</title>
|
||||
@@ -6608,7 +6615,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
||||
|
||||
<para>
|
||||
Unlike most system catalogs, <structname>pg_subscription</structname> is
|
||||
shared across all databases of a cluster: There is only one copy
|
||||
shared across all databases of a cluster: there is only one copy
|
||||
of <structname>pg_subscription</structname> per cluster, not one per
|
||||
database.
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user