Re: Repetitive code - Mailing list pgsql-sql

From Tom Lane
Subject Re: Repetitive code
Date
Msg-id 16697.1150467977@sss.pgh.pa.us
Whole thread Raw
In response to Re: Repetitive code  (Richard Broersma Jr <rabroersma@yahoo.com>)
List pgsql-sql
Richard Broersma Jr <rabroersma@yahoo.com> writes:
> http://jonathangardner.net/PostgreSQL/materialized_views/matviews.html

> However, I am not sure if this link shows how postgresql supports
> materialized views or if it just shows how to simulate a materialized
> view with procedural code.

The latter.  PG doesn't (currently) have direct support for materialized
views, but it has some tools you can get the effect with.
        regards, tom lane


pgsql-sql by date:

Previous
From: Ash Grove
Date:
Subject: Re: concurrency problem
Next
From: "Aaron Bono"
Date:
Subject: Re: sessions and prepared statements