Re: A PGsendQuery API design for your review

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Karl O(dot) Pinc <kop(at)meme(dot)com>
Cc: psycopg(at)postgresql(dot)org
Subject: Re: A PGsendQuery API design for your review
Date: 2016-02-02 18:15:40
Message-ID: C4A56B17-856B-4B04-B126-CD38B8078D86@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg


On Feb 2, 2016, at 10:04 AM, Karl O. Pinc <kop(at)meme(dot)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(at)thebuild(dot)com

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Karl O. Pinc 2016-02-02 18:34:39 Re: A PGsendQuery API design for your review
Previous Message Karl O. Pinc 2016-02-02 18:04:19 Re: A PGsendQuery API design for your review