Re: SELECT INTO using Views?

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: SELECT INTO using Views?
Дата
Msg-id b42b73150701081627l2b759bcdjb5cc8c5021816014@mail.gmail.com
обсуждение исходный текст
Ответ на SELECT INTO using Views?  ("Jeanna Geier" <jgeier@apt-cafm.com>)
Ответы Re: SELECT INTO using Views?  ("Jeanna Geier" <jgeier@apt-cafm.com>)
Список pgsql-general
On 1/9/07, Jeanna Geier <jgeier@apt-cafm.com> wrote:
> Hello List!
>
> I have a question regarding SELECT  INTO...
>
> Can it be used with Views?  I have a View that is populated (~35,000 rows)
> that I want to create a Table from the data in it....
>
> So, would I be able to copy the data from the View to the Table using the
> SELECT INTO command?

Administrator=# create temp view v as select 'postgresql r0x0r'::text;
CREATE VIEW
Administrator=# create temp table t as select * from v;
SELECT


merlin

В списке pgsql-general по дате отправления:

Предыдущее
От: "Joris Dobbelsteen"
Дата:
Сообщение: Re: Autovacuum Improvements
Следующее
От: Matthew Terenzio
Дата:
Сообщение: COPY FROM and sequences