|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.73
">pg_lo_unlinkDescriptionbool pg_lo_unlink ( resource connection, int oid)pg_lo_unlink() deletes a large object with the oid. It returns TRUE on success, otherwise returns FALSE. To use the large object (lo) interface, it is necessary to enclose it within a transaction block.
See also pg_lo_create() and pg_lo_import().
|