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
On Tue, 2002-04-02 at 12:06, Doug McNaught wrote:
> James Leigh <james(dot)leigh(at)ottawa(dot)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