mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 15:54:08 +03:00
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
This commit is contained in:
parent
4a9b83e1cd
commit
d84db2d3a0
@ -6461,7 +6461,7 @@ DATABASE <replaceable>connection_target</replaceable>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><replaceable class="PARAMETER">connection_object</replaceable></term>
|
||||
<term><replaceable class="PARAMETER">connection_name</replaceable></term>
|
||||
<listitem>
|
||||
<para>
|
||||
An optional identifier for the connection, so that it can be
|
||||
|
Loading…
x
Reference in New Issue
Block a user