Re: A PGsendQuery API design for your review - Mailing list psycopg

From Christophe Pettus
Subject Re: A PGsendQuery API design for your review
Date
Msg-id C4A56B17-856B-4B04-B126-CD38B8078D86@thebuild.com
Whole thread Raw
In response to Re: A PGsendQuery API design for your review  ("Karl O. Pinc" <kop@meme.com>)
Responses Re: A PGsendQuery API design for your review
List psycopg
On Feb 2, 2016, at 10:04 AM, Karl O. Pinc <kop@meme.com> wrote:

> OHow?  In order to submit multiple statements to libpq
> and get back results for all of them PGsendQuery() must
> be called.

The same way the other clients do it; split the text into queries and send them over.

--
-- Christophe Pettus
   xof@thebuild.com



psycopg by date:

Previous
From: "Karl O. Pinc"
Date:
Subject: Re: A PGsendQuery API design for your review
Next
From: "Karl O. Pinc"
Date:
Subject: Re: A PGsendQuery API design for your review