This section describes the facilities that
PostgreSQL's libpq
client interface library provides for accessing large objects.
@@ -319,4 +319,4 @@ int lo_unlink(PGconn *conn, Oid lobjId);
The lobjId argument specifies the OID of the
large object to remove. Returns 1 if successful, -1 on failure.
-