Re: How to delete Large Object from Database?

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: "Premsun Choltanwanich" <Premsun(at)nsasia(dot)co(dot)th>
Cc: "Moises Alberto Lindo Gutarra" <mlindo(at)gmail(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to delete Large Object from Database?
Date: 2005-10-10 13:07:57
Message-ID: m2wtklv7te.fsf@Douglas-McNaughts-Powerbook.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Premsun Choltanwanich" <Premsun(at)nsasia(dot)co(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sim Zacks 2005-10-10 14:23:53 strange error
Previous Message Steinar H. Gunderson 2005-10-10 12:54:22 Re: Text/Varchar performance...