Description
bool
pg_lo_unlink ( resource connection, int oid)
pg_lo_unlink() deletes a large object with the
oid_ Devuelve TRUE si todo se
llevó a cabo correctamente, FALSE en caso
de fallo_
To use the large object (lo) interface, it is necessary to
enclose it within a transaction block_
Nota:
This function used to be called pg_lo_unlink()_
See also pg_lo_create() and
pg_lo_import()_