Re: how to create materialized view in postgresql 8.3

Поиск
Список
Период
Сортировка
От Mike Christensen
Тема Re: how to create materialized view in postgresql 8.3
Дата
Msg-id CABs1bs0SJMcOTg85i6LAUhadWxHFh1bHrrcg9FTChenD02-t4A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: how to create materialized view in postgresql 8.3  (John R Pierce <pierce@hogranch.com>)
Ответы Re: how to create materialized view in postgresql 8.3
Список pgsql-general


On Mon, Apr 8, 2013 at 9:27 AM, John R Pierce <pierce@hogranch.com> wrote:
On 4/7/2013 11:58 PM, Zahid Quadri wrote:

is it possible to created materialized view in postgresql 8.3 if yes please provide some sample.


in older versions, the best you could do was to create a table and populate it with your 'view', then drop it when you're done (or truncate and repopulate it to update the 'view').



-- 
john r pierce                                      37N 122W
somewhere on the middle of the left coast

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: how to create materialized view in postgresql 8.3
Следующее
От: David Boreham
Дата:
Сообщение: Re: Hosting PG on AWS in 2013