Re: Unable to open large object. - Mailing list pgsql-novice

From Tom Lane
Subject Re: Unable to open large object.
Date
Msg-id 12608.1235714287@sss.pgh.pa.us
Whole thread Raw
In response to Unable to open large object.  (Yuichi Tanaka <yuichi_tanaka@cybozu.co.jp>)
List pgsql-novice
Yuichi Tanaka <yuichi_tanaka@cybozu.co.jp> writes:
> Do I always have to call PQgetResult until this function returns NULL pointer?

Yes.  Failing to do that is an erroneous use of PQsendQuery, and it has
nothing particularly to do with large objects.  Once you've done
PQsendQuery, you *must* repeat PQgetResult until you get NULL before
any other command can be issued on that connection.

            regards, tom lane

pgsql-novice by date:

Previous
From: Yuichi Tanaka
Date:
Subject: Unable to open large object.
Next
From: Yuichi Tanaka
Date:
Subject: Re: Unable to open large object.