dropping large objects

Started by James Leighabout 24 years ago3 messagesgeneral
Jump to latest
#1James Leigh
james.leigh@ottawa.com

I am trying to use large objects in postgresql C interface. I can
import and export the large objects based on the oid, but how to I
delete a large object?

thanks,
james

#2Doug McNaught
doug@wireboard.com
In reply to: James Leigh (#1)
Re: dropping large objects

James Leigh <james.leigh@ottawa.com> writes:

I am trying to use large objects in postgresql C interface. I can
import and export the large objects based on the oid, but how to I
delete a large object?

lo_unlink()?

-Doug
--
Doug McNaught Wireboard Industries http://www.wireboard.com/

Custom software development, systems and network consulting.
Java PostgreSQL Enhydra Python Zope Perl Apache Linux BSD...

#3James Leigh
james.leigh@ottawa.com
In reply to: Doug McNaught (#2)
Re: dropping large objects [ in 6.5 ]

what about version 6.4.2? does it have lo_unlink? in the docs for 6.5
it does not talk about lo_unlink.

james

Show quoted text

On Tue, 2002-04-02 at 12:06, Doug McNaught wrote:

James Leigh <james.leigh@ottawa.com> writes:

I am trying to use large objects in postgresql C interface. I can
import and export the large objects based on the oid, but how to I
delete a large object?

lo_unlink()?

-Doug