Re: Typos in 34.3.9. Truncating a Large Object
PG Doc comments form 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
Typos in 34.3.9. Truncating a Large Object
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".