pgsql: doc: Fix parameter name for pg_create_logical_replication_slot()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix parameter name for pg_create_logical_replication_slot()
Date: 2022-09-20 10:29:18
Message-ID: E1oaaVB-001BLo-It@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6f0dad88b2eff56e1ddada983f27427250b8a3c3

Modified Files
--------------
doc/src/sgml/func.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-09-20 10:39:39 pgsql: Disable autovacuum in MERGE test script
Previous Message Alvaro Herrera 2022-09-20 10:26:52 Re: pgsql: Add support for MERGE SQL command