Re: How to delete Large Object from Database?

From: Richard Huxton <dev(at)archonet(dot)com>
To: Premsun Choltanwanich <Premsun(at)nsasia(dot)co(dot)th>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: How to delete Large Object from Database?
Date: 2005-10-10 10:06:39
Message-ID: 434A3D2F.90907@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Premsun Choltanwanich wrote:
>
> 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.

If you are using the contrib/lo library, then README.lo mentions:

* Some frontends may create their own tables, and will not create the
associated trigger(s). Also, users may not remember (or know) to
create the triggers.

Could this be the case with your database? There are a couple of other
points in the README.lo that are worth checking too.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Premsun Choltanwanich 2005-10-11 02:11:21 Re: How to delete Large Object from Database?
Previous Message Premsun Choltanwanich 2005-10-10 08:57:53 Re: How to delete Large Object from Database?