doc: Fix parameter name for pg_create_logical_replication_slot()

Michael Paquier <michael@paquier.xyz>

Commit: 6f0dad88b2eff56e1ddada983f27427250b8a3c3
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-09-20T10:28:37Z
Releases: 16.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