How to delete Large Object from Database? - Mailing list pgsql-sql

From Premsun Choltanwanich
Subject How to delete Large Object from Database?
Date
Msg-id 43465BAA.C5F7.004C.0@nsasia.co.th
Whole thread Raw
Responses Re: How to delete Large Object from Database?  (Richard Huxton <dev@archonet.com>)
List pgsql-sql
Dear All,
 
I use '$libdir/lo' for manage my PostgreSQL Large Object. It work fine for me to get and put Large Object  from and to database. However I found something that may not correct when I try to backup my data. It seem that I cannot delete Large Object from database. It seem the thing I can do is only delete the reference oid from table but Object still in database.
 
A Detail shown below is  reason I think that I cannot delete Large Object out of database.
 
14MB of file size when BackUp Data (BLOB Included)
900KB of file size when BackUp Data (BLOB Excluded)
13MB of file size when BackUp Data after delete all data from table that has 'lo' column. (BLOB Included) 
 
So,How to delete Large Object from Database? or Is my understanding wrong?

pgsql-sql by date:

Previous
From: "Bath, David"
Date:
Subject: RULES on SELECT with JDBC/perlDBI from other RDBMS products?
Next
From: Richard Huxton
Date:
Subject: Re: RULES on SELECT with JDBC/perlDBI from other RDBMS products?