Re: Typos in 34.3.9. Truncating a Large Object

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: d.frey@gmx.de
Cc: pgsql-docs@lists.postgresql.org
Date: 2021-09-19T15:05:18Z
Lists: pgsql-docs
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



Commits

  1. Doc: fix typos.