Re: Pipelining INSERTs using libpq - Mailing list pgsql-general

From Merlin Moncure
Subject Re: Pipelining INSERTs using libpq
Date
Msg-id CAHyXU0xuZq-TXtYKTqb_pfkwUazcS_vaLM1Euvb+QaCXwv8T5g@mail.gmail.com
Whole thread Raw
In response to Re: Pipelining INSERTs using libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general


On Sunday, December 23, 2012, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Florian Weimer <fweimer@redhat.com> writes:
>> Does the wire protocol support pipelining?
>
> Yes, but libpq doesn't really expose the capability, because it's too
> simple-minded to deal with more than one query in flight.
>
>                         regards, tom lane

You can do it with libpqtypes via array of records...

merlin

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: downgrading a database
Next
From: Andrew Sullivan
Date:
Subject: Re: downgrading a database