doc: Fix parameter name for pg_create_logical_replication_slot()

Michael Paquier <michael@paquier.xyz>

Commit: 382cc68007784623e365ec033468ec69535afbaf
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-09-20T10:28:47Z
Releases: 14.6
doc: Fix parameter name for pg_create_logical_replication_slot()

The parameter controlling if two-phase transactions can be decoded was
named "two_phase" in the documentation while its procedure defines
"twophase".

Author: Florin Irion
Discussion: https://postgr.es/m/5eeabd10-1aff-ea61-f92d-9fa0d9a7e207@gmail.com
Backpatch-through: 14

Files

PathChange+/−
doc/src/sgml/func.sgml modified +2 −2

Documentation touched

Discussion