Giuseppe Tanzilli - CSF <g(dot)tanzilli(at)gruppocsf(dot)com> writes:
> create table test2 (i integer, t timestamp default 'now()');
Use "DEFAULT now()". I'm surprised you didn't get a syntax error from
the above.
> It is a known change or a bug ?
It's an intentional change, yes.
regards, tom lane