Re: COPY view - Mailing list pgsql-patches

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

Bruce Momjian wrote:

>This patch implements the COPY VIEW TODO item.  Do we want to apply it
>for 8.2?
>
>
>

I thought the consensus was that it would be better to do

  COPY (SELECT ...) TO ...

rather than requiring the intermediate creation of a view.

cheers

andrew

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: COPY view
Next
From: Peter Eisentraut
Date:
Subject: Re: SQL/XML publishing function experimental patch II