Re: Date representation

Поиск
Список
Период
Сортировка
От noy
Тема Re: Date representation
Дата
Msg-id 3CB58FC6.C4D095BF@isoco.com
обсуждение исходный текст
Ответ на Date representation  (noy <noyda@isoco.com>)
Ответы Re: Date representation  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: download and install new version
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: Re: Date representation