Re: [HACKERS] question for patch "Automatically update view"

2008-11-10 Thread Jaime Casanova
On Mon, Nov 10, 2008 at 8:27 PM, Unicron <[EMAIL PROTECTED]> wrote: > I got a problem when reviewing patch "Automatically update view", the code > can be built and executed successfully, but when i tried the eaxmple below, > it seemed that the patch didn't work > AFAIR, this patch only supports S

[HACKERS] question for patch "Automatically update view"

2008-11-10 Thread Unicron
I got a problem when reviewing patch "Automatically update view", the code can be built and executed successfully, but  when i tried the eaxmple below, it seemed that the patch didn't work create view v_name_account as     select customer.name,    customer.age,    customer.city,