From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: Fix description of replication command CREATE_REPLICATION_S |
Date: | 2022-10-12 23:54:21 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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
------
master
Modified Files
--------------
doc/src/sgml/protocol.sgml | 2 +-
src/backend/replication/repl_gram.y | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2022-10-13 00:33:14 | pgsql: Fix ordering issue with WAL operations in GIN fast insert path |
Previous Message | Tom Lane | 2022-10-12 14:52:46 | pgsql: Doc: improve recommended systemd unit file. |