Re: COPY view - Mailing list pgsql-patches

From Andrew Dunstan
Subject Re: COPY view
Date
Msg-id 44907F42.8060608@dunslane.net
Whole thread Raw
In response to Re: COPY view  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: COPY view
List pgsql-patches

Hans-Juergen Schoenig wrote:

>
> why do we agree on a patch, implement it and reject it then?
> would be easier to reject it before actually implementing it ...
> it is quite hard to explain to a customer that something is rejected
> after approval - even if things are written properly ...
>
>


That's a good point and I understand the pain.

Could we maybe do  this?: Take the patch as it is now, and if/when we
get the more general syntax we do a little magic under the hood to turn
  COPY viewname TO
into
 COPY (select * from viewname) TO


just a thought

cheers

andrew



pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: SQL/XML publishing function experimental patch II
Next
From: Bruce Momjian
Date:
Subject: Re: SQL/XML publishing function experimental patch II