Index: doc/src/sgml/lobj.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v retrieving revision 1.26 diff -c -r1.26 lobj.sgml *** doc/src/sgml/lobj.sgml 20 Jan 2002 22:19:56 -0000 1.26 --- doc/src/sgml/lobj.sgml 18 Apr 2002 14:24:03 -0000 *************** *** 267,276 **** To remove a large object from the database, call ! Oid lo_unlink(PGconn *conn, Oid lobjId) The lobjId argument specifies the OID of the large ! object to remove. --- 267,276 ---- To remove a large object from the database, call ! int lo_unlink(PGconn *conn, Oid lobjId) The lobjId argument specifies the OID of the large ! object to remove. In the event of an error, the return value is negative.