Thread
Commits
-
Doc: fix minor typos in two ECPG function descriptions.
- 10f30873ddaf 12.19 landed
- 7cbf8d3c5ef9 13.15 landed
- 2b997d7db26e 14.12 landed
- c3fdf13a53ce 15.7 landed
- b3b3effca60f 16.3 landed
- 57b28c08305a 17.0 landed
-
Typos in dectoint() and dectolong() function's descriptions
The Post Office <noreply@postgresql.org> — 2024-02-23T14:42:30Z
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/ecpg-informix-compat.html Description: Chapter 36. ECPG — Embedded SQL in C 36.15. Informix Compatibility Mode The first sentence in dectoint() and dectolong() function's descriptions contains part with typo: "Convert a variable to type decimal to ...". Should use "of" preposition here: "Convert a variable of type decimal to ...". Thank you!
-
Re: Typos in dectoint() and dectolong() function's descriptions
Tom Lane <tgl@sss.pgh.pa.us> — 2024-02-25T20:20:07Z
PG Doc comments form <noreply@postgresql.org> writes: > The first sentence in dectoint() and dectolong() function's descriptions > contains part with typo: "Convert a variable to type decimal to ...". > Should use "of" preposition here: "Convert a variable of type decimal to > ...". Yup, I think you're right. Thanks for the report! regards, tom lane