Re: [GENERAL] Rules UPDATE

2005-08-22 Thread Gnanavel S
On 8/22/05, Pailloncy Jean-Gerard <[EMAIL PROTECTED]> wrote: Hi,With PostgreSQL 7.4.6.I have a table aaa (id serial, maj timestamp without time zone)I defined to function from_timestamp and to_timestamp to doconversion between text and timestamp with few checks and tricks. I defined a view aab (id

[GENERAL] Rules UPDATE

2005-08-22 Thread Pailloncy Jean-Gerard
Hi, With PostgreSQL 7.4.6. I have a table aaa (id serial, maj timestamp without time zone) I defined to function from_timestamp and to_timestamp to do conversion between text and timestamp with few checks and tricks. I defined a view aab (id serial, maj text) as "SELECT id, from_timestamp(