Re: how to create materialized view in postgresql 8.3 - Mailing list pgsql-general

From Mike Christensen
Subject Re: how to create materialized view in postgresql 8.3
Date
Msg-id CABs1bs0SJMcOTg85i6LAUhadWxHFh1bHrrcg9FTChenD02-t4A@mail.gmail.com
Whole thread Raw
In response to Re: how to create materialized view in postgresql 8.3  (John R Pierce <pierce@hogranch.com>)
Responses Re: how to create materialized view in postgresql 8.3
List 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 by date:

Previous
From: John R Pierce
Date:
Subject: Re: how to create materialized view in postgresql 8.3
Next
From: David Boreham
Date:
Subject: Re: Hosting PG on AWS in 2013