Hello,
After create table with DEFAULT value CURRENT_DATE and CURRENT_TIME the value return by PostgreSQL are allways the same.
I'll try to create table with DEFAULT TEXT 'now' and it's the same.
Could PostgreSQL 6.5 return the current date and time durring a Insert ?
Marc.