Re: Date representation - Mailing list pgadmin-hackers

From noy
Subject Re: Date representation
Date
Msg-id 3CB58FC6.C4D095BF@isoco.com
Whole thread Raw
In response to Date representation  (noy <noyda@isoco.com>)
Responses Re: Date representation
List 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!

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: download and install new version
Next
From: Jean-Michel POURE
Date:
Subject: Re: Date representation