diff options
| author | Michael Paquier | 2025-12-26 06:26:11 +0000 |
|---|---|---|
| committer | Michael Paquier | 2025-12-26 06:26:11 +0000 |
| commit | 7c9f4a65604c2e54f732ed939becc23db69b5bb6 (patch) | |
| tree | 78dc3ee186f60196f14e67cc21c0663937ce8aa2 | |
| parent | b6201c76eba4ff01bcdaccfd5324b3e82045f229 (diff) | |
doc: Remove duplicate word in ECPG descriptionREL_14_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 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 <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 |
