diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml index e052e83c0ce..9d9b9c80bd6 100644 --- a/doc/src/sgml/lobj.sgml +++ b/doc/src/sgml/lobj.sgml @@ -1,5 +1,5 @@ @@ -238,6 +238,21 @@ int lo_close(PGconn *conn, int fd) returns zero. On error, the return value is negative. + + + Removing a Large Object + + + 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. + + + +