Re: Allowing COPY into views

From: "Karl O(dot) Pinc" <kop(at)meme(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Allowing COPY into views
Date: 2007-04-19 15:09:12
Message-ID: 1176995352l.10180l.4l@mofo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)meme(dot)com>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2007-04-19 15:59:42 Re: Allowing COPY into views
Previous Message Karl O. Pinc 2007-04-19 15:07:39 Re: Allowing COPY into views