Large Object OID

From: "John Huttley" <john(at)mwk(dot)co(dot)nz>
To: "PGSQL-Interfaces" <pgsql-interfaces(at)postgresql(dot)org>
Subject: Large Object OID
Date: 1999-06-20 19:50:56
Message-ID: 000501bebb56$36d71740$1401a8c0@Mr_Creosote.MWK.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I've been programming with libpq and things have been
working quite well.

There are two puzzles though.

How do you destroy a large_object?
AFAIK, the only way to do it is to put its OID into a tuple in a table and
then delete that tuple.

How do you truncate a large_object?

Regards,

John

Browse pgsql-interfaces by date

  From Date Subject
Next Message John Huttley 1999-06-20 19:54:07 libpq, large Objects
Previous Message Herouth Maoz 1999-06-20 15:22:17 Re: [INTERFACES] NullPointerException in blobtest (JDBC)