Thread

Commits

  1. Doc: fix copy-and-pasteo in ecpg docs.

  1. PGTYPESinterval_free should be instead PGTYPESinterval_new in example.

    The Post Office <noreply@postgresql.org> — 2020-06-16T12:53:50Z

    The following documentation comment has been logged on the website:
    
    Page: https://www.postgresql.org/docs/12/ecpg-pgtypes.html
    Description:
    
    Hello! In example of usage PGTYPESinterval_free used PGTYPESinterval_new.
    Should be PGTYPESinterval_free.
    
  2. Re: PGTYPESinterval_free should be instead PGTYPESinterval_new in example.

    Tom Lane <tgl@sss.pgh.pa.us> — 2020-06-16T20:36:18Z

    PG Doc comments form <noreply@postgresql.org> writes:
    > Page: https://www.postgresql.org/docs/12/ecpg-pgtypes.html
    
    > Hello! In example of usage PGTYPESinterval_free used PGTYPESinterval_new.
    > Should be PGTYPESinterval_free.
    
    You're right ... I bet that's been wrong for a really long time.
    Thanks for the report!
    
    			regards, tom lane