Re: [pgadmin-hackers] Date representation

2002-04-11 Thread noy
Jean-Michel POURE wrote: > > M$ Access2K relies on timestamps to update fields and 7.3 replaces timestamp > -> timestamptz. Are there any timestamp in your table or only dates? Maybe > you could copy table definition in your mail? Here is an example of the table definition. I use the timestamptz

[pgadmin-hackers] Date representation

2002-04-11 Thread noy
Hi, I having some problem with the date fields migration from 7.1.3 version to 7.2 version... In my current version PostgreSQL 7.1.3 on i686-pc-linux-gnu, compiled by GCC 2.96 I get this result select now(); now 2002-04-11 12:58:33+02 (1 row) In