Incompatibility Postgres 7.1 - Postgres 7.3

From: "Areski Belaid" <areski5(at)hotmail(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Incompatibility Postgres 7.1 - Postgres 7.3
Date: 2002-05-31 17:57:16
Message-ID: OE2969dStaJAyBCsAng00003d0c@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Sherwin Harris 2002-05-31 20:12:09 DateStyle question
Previous Message Andrew McMillan 2002-05-31 12:49:00 Re: UUID/GUID information