Typos in 34.3.9. Truncating a Large Object

Started by PG Bug reporting formover 4 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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".

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PG Bug reporting form (#1)
Re: Typos in 34.3.9. Truncating a Large Object

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