Re: COPY (query) TO file - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: COPY (query) TO file
Date
Msg-id 4481BAE9.4000903@dunslane.net
Whole thread Raw
In response to Re: COPY (query) TO file  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Tom Lane wrote:

>Greg Stark <gsstark@mit.edu> writes:
>  
>
>>PFC <lists@peufeu.com> writes:
>>    
>>
>>>MySQL already does this for INSERT :
>>>INSERT INTO x (a,b) VALUES (1,2), (3,4), (5,6)...;
>>>      
>>>
>
>
>The above syntax is SQL-standard, so we ought to support it sometime,
>performance benefits or no.  I agree it might be tricky to avoid eating
>an unreasonable amount of memory for a very long list in Postgres :-(
>
>Supporting VALUES only in INSERT would be relatively trivial BTW,
>but the spec actually thinks it should be allowed as a <table spec>
>in FROM ...
>
>    
>  
>

Can we just start with the simple case?

cheers

andrew




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: COPY (query) TO file
Next
From: Hannu Krosing
Date:
Subject: Re: More thoughts about planner's cost estimates