Re: Did this work in earlier version of Postgres?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
Subject: Re: Did this work in earlier version of Postgres?
Date: 2006-03-23 23:39:23
Message-ID: 200603240039.23843.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tony Caduto wrote:
> I could have swore that this worked in earlier releases of Postgresql
> i.e. 7.4.
>
> CREATE TABLE public.test
> (
> junk double NOT NULL,
> CONSTRAINT junk_pkey PRIMARY KEY (junk)
> )WITHOUT OIDS;

There has never been a type named double in PostgreSQL. The type name
mandated by the SQL standard is double precision, and PostgreSQL
supports that.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tony Caduto 2006-03-23 23:43:49 Re: Did this work in earlier version of Postgres?
Previous Message Andrew Dunstan 2006-03-23 23:39:11 Re: [SUGGESTION] CVSync