Re: Performance of views - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Performance of views
Date
Msg-id dcc563d10811021854x33d24acevacebb74ebdd27396@mail.gmail.com
Whole thread Raw
In response to Re: Performance of views  (Martin Gainty <mgainty@hotmail.com>)
List pgsql-general
On Sun, Nov 2, 2008 at 7:40 PM, Martin Gainty <mgainty@hotmail.com> wrote:
> does anyone  know if postgres support 'refresh' of applicable index(es) of a
> materialized view on refresh?

Postgresql has no built in support for materialized views.  If you
follow the excellent tutorial on how to make your own, you window up
creating real tables to hold the data, and any indexes you create on
those tables will be dynamically updated when the materialized view is
updated.

pgsql-general by date:

Previous
From: Martin Gainty
Date:
Subject: Re: Performance of views
Next
From: Mike Hall
Date:
Subject: Date data type