Re: Date representation

From: noy <noyda(at)isoco(dot)com>
To: jm(dot)poure(at)freesurf(dot)fr
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Date representation
Date: 2002-04-11 13:29:42
Message-ID: 3CB58FC6.C4D095BF@isoco.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

CREATE TABLE "EMPLOYEE_SYSTEM" (
"EMP_ID" integer,
"EMP_EMAIL" character varying(80),
"EMP_TIMESTAMP" timestamp with time zone,
);

> By the way, did you upgrade pgAdmin2 and odbc driver to the latest version?

Yes, I upgrade the driver version in windows.

Thanks a lot!

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2002-04-11 14:09:38 Re: Date representation
Previous Message Dave Page 2002-04-11 12:38:27 Re: download and install new version