Re: [HACKERS] materialised view

2006-10-25 Thread Jim C. Nasby
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 g

Re: [HACKERS] materialised view

2006-10-24 Thread Jaime Casanova
On 10/24/06, rajesh boppana <[EMAIL PROTECTED]> 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. http://www.postgresql

[HACKERS] materialised view

2006-10-24 Thread rajesh boppana
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.