Thread
Commits
-
Doc: fix typos.
- e5e2e4ee6017 9.6.24 landed
- d5eeb51bc053 15.0 landed
- c9d07ee376b5 12.9 landed
- 89b5676b65b5 13.5 landed
- 61fb2b98f9df 10.19 landed
- 55abb37506e9 14.0 landed
- 4a6647e11863 11.14 landed
-
Typos in 34.3.9. Truncating a Large Object
The Post Office <noreply@postgresql.org> — 2021-09-17T22:23:13Z
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/lo-interfaces.html Description: The first parameter for both lo_truncate and lo_truncate64 is missing an "N", it says "PGcon *conn", but should be "PGconn *conn".
-
Re: Typos in 34.3.9. Truncating a Large Object
Tom Lane <tgl@sss.pgh.pa.us> — 2021-09-19T15:05:18Z
PG Doc comments form <noreply@postgresql.org> writes: > The first parameter for both lo_truncate and lo_truncate64 is missing an > "N", it says "PGcon *conn", but should be "PGconn *conn". Good catch! Will fix, thanks. regards, tom lane