diff options
| author | Michael Paquier | 2025-12-26 06:26:02 +0000 |
|---|---|---|
| committer | Michael Paquier | 2025-12-26 06:26:02 +0000 |
| commit | 2359c5945c2c8092ef41734221af59dbffce242e (patch) | |
| tree | 5fa9d3462c90508df31284b6a9198dec750247d5 | |
| parent | 382ce9cb717f3376174f852e8f4b8c28b1c87020 (diff) | |
doc: Remove duplicate word in ECPG descriptionREL_18_STABLE
Author: Laurenz Albe <laurenz.albe@cybertec.at>
Reviewed-by: vignesh C <vignesh21@gmail.com>
Discussion: https://postgr.es/m/d6d6a800f8b503cd78d5f4fa721198e40eec1677.camel@cybertec.at
Backpatch-through: 14
| -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 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 <literal>(%f,%f)</literal>, which is defined in the functions <function>complex_in()</function> - and <function>complex_out()</function> functions + and <function>complex_out()</function> in <xref linkend="xtypes"/>. The following example inserts the complex type values <literal>(1,1)</literal> and <literal>(3,3)</literal> into the |
