Thread
Commits
-
Doc: fix copy-and-pasteo in ecpg docs.
- 4f01103d647b 9.5.23 landed
- 5771d8b690e0 9.6.19 landed
- 44a6a82c791d 10.14 landed
- 3d73d264e7ef 11.9 landed
- dab8561cded8 12.4 landed
- 7f932f77c7eb 13.0 landed
- 42aa1f0ab321 14.0 landed
-
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.
-
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