From 7c9f4a65604c2e54f732ed939becc23db69b5bb6 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 26 Dec 2025 15:26:11 +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 a70140309b5..6f9d44cbd7f 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1786,7 +1786,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