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 |
- Re: [GENERAL] How to delete Large Object from Databa... Premsun Choltanwanich
- Re: [GENERAL] How to delete Large Object from D... Douglas McNaught
- Re: [GENERAL] How to delete Large Object fr... Premsun Choltanwanich
- Re: [GENERAL] How to delete Large Object from D... Premsun Choltanwanich