Skip to content

Commit 27b4121

Browse files
committed
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
1 parent 3698c44 commit 27b4121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6429,7 +6429,7 @@ DATABASE <replaceable>connection_target</replaceable>
64296429
</varlistentry>
64306430

64316431
<varlistentry>
6432-
<term><replaceable class="PARAMETER">connection_object</replaceable></term>
6432+
<term><replaceable class="PARAMETER">connection_name</replaceable></term>
64336433
<listitem>
64346434
<para>
64356435
An optional identifier for the connection, so that it can be

0 commit comments

Comments
 (0)