Typos in dectoint() and dectolong() function's descriptions

Started by PG Bug reporting formabout 2 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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!

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PG Bug reporting form (#1)
Re: Typos in dectoint() and dectolong() function's descriptions

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