Re: RFC: Async query processing - Mailing list pgsql-hackers

From Florian Weimer
Subject Re: RFC: Async query processing
Date
Msg-id 52C9819E.6040708@redhat.com
Whole thread Raw
In response to Re: RFC: Async query processing  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-hackers
On 01/04/2014 04:39 PM, Martijn van Oosterhout wrote:

> Why switch between COPY commands, why could you not do it in one? For
> example:
>
> COPY table1(col1, col2, ...),
>       table2(col1, col2, ...)
> FROM STDIN WITH (tableoids);
> tableoid1<tab>col1<tab>col2...
> tableoid2<tab>...
> ...
> \.

My originally idea was to avoid any server-side changes, so that 
applications do not need fallback code for talking to old servers.

-- 
Florian Weimer / Red Hat Product Security Team



pgsql-hackers by date:

Previous
From: Florian Weimer
Date:
Subject: Re: RFC: Async query processing
Next
From: Robert Haas
Date:
Subject: Re: [ANNOUNCE] IMCS: In Memory Columnar Store for PostgreSQL