Re: How to delete Large Object from Database? - Mailing list pgsql-general

From Douglas McNaught
Subject Re: How to delete Large Object from Database?
Date
Msg-id m2wtklv7te.fsf@Douglas-McNaughts-Powerbook.local
Whole thread Raw
In response to Re: How to delete Large Object from Database?  ("Premsun Choltanwanich" <Premsun@nsasia.co.th>)
Responses Re: How to delete Large Object from Database?  ("Premsun Choltanwanich" <Premsun@nsasia.co.th>)
List pgsql-general
"Premsun Choltanwanich" <Premsun@nsasia.co.th> writes:

> 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.

It's exactly what you want--it removes a LO with the specified OID
from the large object table.  The 'contrib/lo' interface is just a thin
wrapper around the base LO calls.

-Doug

pgsql-general by date:

Previous
From: Csaba Nagy
Date:
Subject: Re: INSERT OR UPDATE?
Next
From: Brent Wood
Date:
Subject: Re: Oracle buys Innobase