Re: [SQL] Problem with timestamp and primary key.

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Esteban Chiner Sanz <echiner(at)tissat(dot)es>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Problem with timestamp and primary key.
Date: 1999-07-13 16:57:24
Message-ID: 199907131657.MAA25778@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> Does anybody know what could be the problem. What should I do?
> The problem is that I could subtitute TIMESTAMP with DATE or DATETIME
> but that's not compatible with Oracle's DATE and, when I try to access
> the table with JDBC in Oracle works fine but in Postgres it needs to be
> Timestamp.
> Please help,

This is a known problem because our jdbc does not know DATETIME, and our
TIMESTAMP can't do indexes.

People, any solutions?

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 1999-07-13 17:00:02 Re: [SQL] Postgres ERROR
Previous Message Herouth Maoz 1999-07-13 16:06:54 Re: [SQL] Problem with timestamp and primary key.