Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Repetitive code - Mailing list pgsql-sql

From Tom Lane
Subject Re: Repetitive code
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Repetitive code  (Richard Broersma Jr <[email protected]>)
List pgsql-sql
Richard Broersma Jr <[email protected]> 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