Re: [GENERAL] problem with a column of type timestamp

2007-10-16 Thread Michael Glaesemann
On Oct 16, 2007, at 1:55 , Sascha Bohnenkamp wrote: PGRES_FATAL_ERROR column "birthtime" is of type timestamp without time zone but expression is of type time without time zone You will need to rewrite or cast the expression. how can I set the timezone? The issue isn't the time zone: I

Re: [GENERAL] problem with a column of type timestamp

2007-10-16 Thread brian
Sascha Bohnenkamp wrote: Hi, I have a table of type timestamp. I get the following error when I try to insert som edata to it: PGRES_FATAL_ERROR column "birthtime" is of type timestamp without time zone but expression is of type time without time zone You will need to rewrite or cast the expre