doc: Fix description of replication command CREATE_REPLICATION_SLOT

Michael Paquier <michael@paquier.xyz>

Commit: 63585b1ebd0d5ee66ff8f801202656d40ff9bb63
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-10-12T23:53:42Z
Releases: 16.0
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

Files

PathChange+/−
doc/src/sgml/protocol.sgml modified +1 −1
src/backend/replication/repl_gram.y modified +2 −2

Documentation touched

Discussion