From 2359c5945c2c8092ef41734221af59dbffce242e Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 26 Dec 2025 15:26:02 +0900 Subject: [PATCH] doc: Remove duplicate word in ECPG description Author: Laurenz Albe Reviewed-by: vignesh C Discussion: https://postgr.es/m/d6d6a800f8b503cd78d5f4fa721198e40eec1677.camel@cybertec.at Backpatch-through: 14 --- 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 e7a53f3c9d0..d6f1161374c 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1823,7 +1823,7 @@ while (1) representation of that type is (%f,%f), which is defined in the functions complex_in() - and complex_out() functions + and complex_out() in . The following example inserts the complex type values (1,1) and (3,3) into the -- 2.47.3