pgsql: doc: Fix description of replication command CREATE_REPLICATION_S - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Fix description of replication command CREATE_REPLICATION_S
Date
Msg-id E1oilYL-0027Bo-6T@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix description of replication command CREATE_REPLICATION_SLOT

The output plugin name is a mandatory option when creating a logical
slot, but the grammar documented was not described as such.  While on
it, fix two comments in repl_gram.y to show that TEMPORARY is an
optional grammar choice.

Author: Ayaki Tachikake
Discussion: https://postgr.es/m/OSAPR01MB2852607B2329FFA27834105AF1229@OSAPR01MB2852.jpnprd01.prod.outlook.com
Backpatch-through: 15

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/91416f45f8bb8c4466e577efd79822be11645794

Modified Files
--------------
doc/src/sgml/protocol.sgml          | 2 +-
src/backend/replication/repl_gram.y | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: improve recommended systemd unit file.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix ordering issue with WAL operations in GIN fast insert path