Remove duplicate word in the ECPG documentation

Started by Laurenz Albe4 months ago3 messagesdocs
Jump to latest
#1Laurenz Albe
laurenz.albe@cybertec.at

The offending text in [1]https://www.postgresql.org/docs/current/ecpg-variables.html#ECPG-VARIABLES-NONPRIMITIVE-SQL-USER-DEFINED-BASE-TYPES 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-DEFINED-BASE-TYPES

Attachments:

v1-0001-Remove-duplicate-word-in-ECPG-documentation.patchtext/x-patch; charset=UTF-8; name=v1-0001-Remove-duplicate-word-in-ECPG-documentation.patchDownload+1-2
#2vignesh C
vignesh21@gmail.com
In reply to: Laurenz Albe (#1)
Re: Remove duplicate word in the ECPG documentation

On Fri, 26 Dec 2025 at 01:47, Laurenz Albe <laurenz.albe@cybertec.at> wrote:

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.

I agree, the changes look good.

Regards,
Vignesh

#3Michael Paquier
michael@paquier.xyz
In reply to: vignesh C (#2)
Re: Remove duplicate word in the ECPG documentation

On Fri, Dec 26, 2025 at 11:27:40AM +0530, vignesh C wrote:

One of the "functions" should go. Patch attached.

I agree, the changes look good.

Thanks, applied.
--
Michael