Re: [BUGS] Can't find a default operator class for type 1296.

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Martin Neumann <mne(at)mne(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: [BUGS] Can't find a default operator class for type 1296.
Date: 2000-03-04 17:05:10
Message-ID: Pine.LNX.4.21.0003040342300.489-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Martin Neumann writes:

> CREATE TABLE kurse (
> wkn text NOT NULL,
> datum timestamp NOT NULL,
> ausg float4,
> rueckn float4,
> zg float4,
> aussch float4,
> PRIMARY KEY (wkn,datum)
> );
> NOTICE: CREATE TABLE/PRIMARY KEY will create implicit index 'kurse_pkey' for table 'kurse'
> ERROR: Can't find a default operator class for type 1296.

> Does this work in 7.0 beta?

Yes.

As I understand it, all the 'timestamp' code came from 'datetime'. The old
'timestamp' was a little stupid, so to say.

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2000-03-04 17:05:23 Re: [BUGS] pg_dumpall
Previous Message J.J. Karels 2000-03-04 15:33:30