Thread
Commits
-
doc: Remove duplicate word in ECPG description
- 7c9f4a65604c 14.21 landed
- 7e16074e8195 15.16 landed
- 82a923bc61e4 16.12 landed
- 862ed6e4983a 17.8 landed
- 2359c5945c2c 18.2 landed
- f8a4cad8f42e 19 (unreleased) landed
-
Remove duplicate word in the ECPG documentation
Laurenz Albe <laurenz.albe@cybertec.at> — 2025-12-25T20:17:14Z
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-DEFINED-BASE-TYPES
-
Re: Remove duplicate word in the ECPG documentation
vignesh C <vignesh21@gmail.com> — 2025-12-26T05:57:40Z
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
-
Re: Remove duplicate word in the ECPG documentation
Michael Paquier <michael@paquier.xyz> — 2025-12-26T06:26:45Z
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