The lib I use is call lo_in and lo_out for manage BLOB.
I understand that lo_unlink be related with lo_import and lo_export so I don't think that it work.
 

>>> Douglas McNaught <[EMAIL PROTECTED]> 07-Oct-05 20:13:36 pm >>>
Moises Alberto Lindo Gutarra <[EMAIL PROTECTED]> writes:

> try:   delete from pg_catalog.pg_largeobject;
> from your database.

Umm, the standard way to do this is lo_unlink().  You can put an
ON DELETE trigger on your referencing table that calls this function.

-Doug

Reply via email to