diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-09-19 13:19:14 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-09-19 13:19:14 +0900 |
commit | 4a3d5708115a026e3f58ff3b77096f3e3c22ffa3 (patch) | |
tree | 06a2c68a03a08dd138e61eee5178addee543c5b6 | |
parent | 64e8a355635d5b9f28975020abc96a271c2b4817 (diff) |
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
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 0b4badea574..bc2f1c3091a 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -6429,7 +6429,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 |