Re: [HACKERS] Large objects error - expected a 'V' from the backend - Mailing list pgsql-hackers

From Edmund Mergl
Subject Re: [HACKERS] Large objects error - expected a 'V' from the backend
Date
Msg-id 36FFB636.B4411E6@bawue.de
Whole thread Raw
In response to Large objects error - expected a 'V' from the backend  (Chris Bitmead <chris.bitmead@bigfoot.com>)
List pgsql-hackers
Chris Bitmead wrote:
> 
> Hi all,
> 
> I'm using postgres 6.3.2 as built by RedHat 5.2.
> 
> Every time one of my programs tries to read the _2nd_ large object it
> gets an error. Well actually, closing the descriptor on the 1st large
> object fails as does retrieving the 2nd large object. The error is....
> 
> PQfn: expected a 'V' from the backend. Got 'N' instead
> 
> I have got a code extract below. It is simply a perl program using
> Pg-0.91 that opens the database and tries to read two large objects
> given on the command line.


this will most probably not solve your problem, but for DBD-Pg-0.91 you need
postgresql-6.4.2.

Edmund


-- 
Edmund Mergl          mailto:E.Mergl@bawue.de
Im Haldenhau 9        http://www.bawue.de/~mergl
70565 Stuttgart       fon: +49 711 747503
Germany


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Memory grows without bounds in aggregates!
Next
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] Speedup idea: avoid using SQL procedures as aliases