Re: COPY view

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>, List pgsql-patches <pgsql-patches(at)postgresql(dot)org>, Hans-Jurgen Schonig <hs(at)cybertec(dot)at>
Subject: Re: COPY view
Date: 2006-06-14 20:55:32
Message-ID: 200606142055.k5EKtWA18914@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Andrew Dunstan wrote:
>
>
> 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.

Right, but even when we have that, should we be able to dump a view just
like a real table?

--
Bruce Momjian http://candle.pha.pa.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-06-14 20:57:42 Re: SQL/XML publishing function experimental patch II
Previous Message Peter Eisentraut 2006-06-14 20:53:25 Re: SQL/XML publishing function experimental patch II