Incompatibility Postgres 7.1 - Postgres 7.3

Поиск
Список
Период
Сортировка
От Areski Belaid
Тема Incompatibility Postgres 7.1 - Postgres 7.3
Дата
Msg-id OE2969dStaJAyBCsAng00003d0c@hotmail.com
обсуждение исходный текст
Ответ на Pb with the French accentuated characters  (frederic massot <frederic@juliana-multimedia.com>)
Ответы DateStyle question  ("Sherwin Harris" <sharris@mstar.net>)
Re: Incompatibility Postgres 7.1 - Postgres 7.3  (Dan Wilson <dan@acucore.com>)
Список pgsql-php
Someone can help me ....

I have a compatibility problem between Postgres 7.1 - Postgres 7.3...
Guess !!! It's  --- timestamptz ---

When I create a field with timestamp type... the new postgresql replace that
by
timestamptz.... I use phpPgAdmin, I don't know where is from  the problem...

Simple example, If I execute that :
    CREATE TABLE "statistic" (
           "Id" int4 NOT NULL,
           "DATE" timestamp);

I shall have that on the database:
      CREATE TABLE "statistic" (
           "Id" int4 NOT NULL,
           "DATE" timestamptz);

Grrrrrr, =)

Helpsssssss, Areski



В списке pgsql-php по дате отправления:

Предыдущее
От: Andrew McMillan
Дата:
Сообщение: Re: UUID/GUID information
Следующее
От: "Sherwin Harris"
Дата:
Сообщение: DateStyle question