public inbox for pgsql-docs@postgresql.org
help / color / mirror / Atom feedFrom: Laurenz Albe <laurenz.albe@cybertec.at>
To: pgsql-docs@lists.postgresql.org
Subject: Remove duplicate word in the ECPG documentation
Date: Thu, 25 Dec 2025 21:17:14 +0100
Message-ID: <d6d6a800f8b503cd78d5f4fa721198e40eec1677.camel@cybertec.at> (raw)
The offending text in [1] is
..., which is defined in the functions complex_in() and complex_out() functions in Section 36.13.
One of the "functions" should go. Patch attached.
Yours,
Laurenz Albe
[1]: https://www.postgresql.org/docs/current/ecpg-variables.html#ECPG-VARIABLES-NONPRIMITIVE-SQL-USER-DEF...
Attachments:
[text/x-patch] v1-0001-Remove-duplicate-word-in-ECPG-documentation.patch (914B, 2-v1-0001-Remove-duplicate-word-in-ECPG-documentation.patch)
download | inline diff:
From f21479d3640905c6a284aba449c03a9f460c510f Mon Sep 17 00:00:00 2001
From: Laurenz Albe <laurenz.albe@cybertec.at>
Date: Thu, 25 Dec 2025 21:13:20 +0100
Subject: [PATCH v1] Remove duplicate word in ECPG documentation
---
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 807dadcb4a3..cdd35d70837 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
--
2.52.0
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-docs@postgresql.org
Cc: laurenz.albe@cybertec.at, pgsql-docs@lists.postgresql.org
Subject: Re: Remove duplicate word in the ECPG documentation
In-Reply-To: <d6d6a800f8b503cd78d5f4fa721198e40eec1677.camel@cybertec.at>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox