Re: Allowing COPY into views - Mailing list pgsql-hackers

From Karl O. Pinc
Subject Re: Allowing COPY into views
Date
Msg-id 1176995352l.10180l.4l@mofo
Whole thread Raw
In response to Re: Allowing COPY into views  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On 04/19/2007 09:33:44 AM, Andrew Dunstan wrote:
> Karl O. Pinc wrote:
>> 
>> (Maybe if this works I'll see about copying
>> out of a view.)
>> 
> 
> You know we already have
> 
>  COPY (SELECT  ...) TO ...
> 
> don't you?

Sure.  It'd just be syntatic suger for the
COPY (SELECT ...) form, so end-users
don't have to think about whether they're
using a view or a relation.
(Dunno if I'll ever get to it anyway....)

Karl <kop@meme.com>
Free Software:  "You don't pay back, you pay forward."                 -- Robert A. Heinlein



pgsql-hackers by date:

Previous
From: "Karl O. Pinc"
Date:
Subject: Re: Allowing COPY into views
Next
From: Martin Langhoff
Date:
Subject: Re: Hacking on PostgreSQL via GIT