Re: Documentation to upgrade logical replication cluster - Mailing list pgsql-hackers

From Peter Smith
Subject Re: Documentation to upgrade logical replication cluster
Date
Msg-id CAHut+PuDLX1wbgAkmH54XmXr7vZxGxEOL7OdJj7P5dS2jZFZdw@mail.gmail.com
Whole thread Raw
In response to Re: Documentation to upgrade logical replication cluster  (vignesh C <vignesh21@gmail.com>)
Responses Re: Documentation to upgrade logical replication cluster
List pgsql-hackers
Here are some minor comments for patch v8-0001.

======
doc/src/sgml/glossary.sgml

1.
+   <glossdef>
+    <para>
+     A set of publisher and subscriber instances with publisher instance
+     replicating changes to the subscriber instance.
+    </para>
+   </glossdef>

/with publisher instance/with the publisher instance/

~~~

2.
There are 2 SQL fragments but they are wrapped differently (see
below). e.g. it is not clear why is the 2nd fragment wrapped since it
is shorter than the 1st. OTOH, maybe you want the 1st fragment to
wrap. Either way, consistency wrapping would be better.


postgres=# SELECT slot_name FROM pg_replication_slots WHERE slot_type
= 'logical' AND conflict_reason IS NOT NULL;
 slot_name
-----------
(0 rows)

versus

SELECT count(*) FROM pg_replication_slots WHERE slot_type = 'logical'
AND temporary IS false;

======
Kind Regards,
Peter Smith.
Fujitsu Australia



pgsql-hackers by date:

Previous
From: "zwj"
Date:
Subject: 回复: bug report: some issues about pg_15_stable(8fa4a1ac61189efffb8b851ee77e1bc87360c445)
Next
From: Ashutosh Bapat
Date:
Subject: Re: RFC: Logging plan of the running query