| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Richard Broersma Jr <rabroersma(at)yahoo(dot)com> |
| Cc: | Joe <dev(at)freedomcircle(dot)net>, Aaron Bono <postgresql(at)aranya(dot)com>, pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Repetitive code |
| Date: | 2006-06-16 14:26:17 |
| Message-ID: | 16697.1150467977@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Richard Broersma Jr <rabroersma(at)yahoo(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Aaron Bono | 2006-06-16 14:29:13 | Re: sessions and prepared statements |
| Previous Message | Ash Grove | 2006-06-16 14:08:55 | Re: concurrency problem |