pgsql: Doc: Fix incorrect mention to connection_object in CONNECT comma

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Fix incorrect mention to connection_object in CONNECT comma
Date: 2019-09-19 04:20:33
Message-ID: E1iAnvl-0000UQ-LS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Fix incorrect mention to connection_object in CONNECT command of ECPG

This fixes an inconsistency with this parameter name not listed in the
command synopsis, and connection_name is the parameter name more
commonly used in the docs for ECPG commands.

Reported-by: Yusuke Egashita
Discussion: https://postgr.es/m/156870956796.1259.11456186889345212399@wrigleys.postgresql.org
Backpatch-through: 9.4

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/14936be9d1c1545128888c20832fd6ad211f5a8c

Modified Files
--------------
doc/src/sgml/ecpg.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-09-19 07:36:04 pgsql: Revert change of ecpglib major version
Previous Message Amit Kapila 2019-09-19 04:10:18 pgsql: Doc: document autovacuum interruption.