doc: Fix parameter name for pg_create_logical_replication_slot()

Michael Paquier <michael@paquier.xyz>

Commit: 05af876267b7673f5ccaa1479ed6ea12fc303343
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-09-20T10:28:43Z
Releases: 15.0
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