Re: PQgetResultSet Problem - Mailing list pgsql-general

From Tom Lane
Subject Re: PQgetResultSet Problem
Date
Msg-id 21938.1061212809@sss.pgh.pa.us
Whole thread Raw
In response to PQgetResultSet Problem  (Deepa K <kdeepa@midascomm.com>)
List pgsql-general
Deepa K <kdeepa@midascomm.com> writes:
>     I am using postgresql 7.1.3 and a client using libpq.
>     I am executing a statement with muliple SQL commands semicolon
> seperated.
>     If any one of the query in between fails, pqGetResultset  returns
> NULL on the failed query. So i am unable to process the rest of the
> queries.

That's what it's supposed to do.

>    Also the queries which were before the failed query, which were
> successful, were also not commited to the database.

Likewise.

If this is not the behavior you want, then submit the commands
separately.

            regards, tom lane

pgsql-general by date:

Previous
From: "Jeff Boes"
Date:
Subject: Cache lookup failed?
Next
From: Jan Wieck
Date:
Subject: Re: C vs plpgsql and child processes