Re: materialised view

From: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
To: rajesh boppana <rajeshkrishna1(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: materialised view
Date: 2006-10-25 14:45:25
Message-ID: 20061025144525.GI26892@nasby.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Oct 25, 2006 at 09:24:16AM +0530, rajesh boppana wrote:
> i want to implement materialized views in postgresql . to do as i
> want to modify the code in backend but i don't know what r the files i have
> to modify. so please help me by mentioning about the backend code.

If you're going to do this, I'd recommend looking at a modular approach.
Many of the things you need to do materialized views are also needed by
replication, such as the ability to log changes to tables and ship those
somewhere.
--
Jim Nasby jim(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-10-25 14:58:31 Re: [HACKERS] Replication documentation addition
Previous Message Joshua D. Drake 2006-10-25 14:35:03 Re: [HACKERS] Replication documentation addition