Descripción
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 interface, it is necessary to
enclose it within a transaction block.
Nota:
This function used to be called pg_lounlink().