doc: Fix description of replication command CREATE_REPLICATION_SLOT
authorMichael Paquier <michael@paquier.xyz>
Wed, 12 Oct 2022 23:53:42 +0000 (08:53 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 12 Oct 2022 23:53:42 +0000 (08:53 +0900)
commit63585b1ebd0d5ee66ff8f801202656d40ff9bb63
tree42af9ce9ddb4886eaadfa7571ed484cf1ba00237
parent2d27e13b35e9a932006006eb084cf9a1d90a8cb8
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
doc/src/sgml/protocol.sgml
src/backend/replication/repl_gram.y