Thread

Commits

  1. Doc: fix minor typos in two ECPG function descriptions.

  1. 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!
    
  2. 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