From ae2d826922b745ea2c77c51019948ccf4309f50f Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Thu, 19 Sep 2019 13:19:00 +0900 Subject: [PATCH] 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 --- doc/src/sgml/ecpg.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 09017f1d9e..38eaeb4e37 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -6512,7 +6512,7 @@ DATABASE connection_target - connection_object + connection_name An optional identifier for the connection, so that it can be