30 January 2007 22:45
Materialized Views in PostgreSQL
by ogrisel (via)Materialized views are certainly possible in PostgreSQL. Because of PostgreSQL's powerful PL/pgSQL language, and the functional trigger system, materialized views are somewhat easy to implement. I will examine several methods of implementing materialized views in PostgreSQL.
1
(1 marks)