Typos in 34.3.9. Truncating a Large Object

The Post Office <noreply@postgresql.org>

From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: d.frey@gmx.de
Date: 2021-09-17T22:23:13Z
Lists: pgsql-docs
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".

Commits

  1. Doc: fix typos.