From: Michael Paquier Date: Thu, 19 Sep 2019 04:19:09 +0000 (+0900) Subject: Doc: Fix incorrect mention to connection_object in CONNECT command of ECPG X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d84db2d3a0e3fdc742a014dc413d650dda7c6051;p=postgresql 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 --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index ced3d1b000..18a7a86e2c 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -6461,7 +6461,7 @@ DATABASE connection_target - connection_object + connection_name An optional identifier for the connection, so that it can be