Re: Did this work in earlier version of Postgres?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Did this work in earlier version of Postgres?
Дата
Msg-id 200603240039.23843.peter_e@gmx.net
обсуждение исходный текст
Ответ на Did this work in earlier version of Postgres?  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Ответы Re: Did this work in earlier version of Postgres?  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Re: Did this work in earlier version of Postgres?  ("Guido Barosio" <gbarosio@gmail.com>)
Список 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/


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Did this work in earlier version of Postgres?
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [SUGGESTION] CVSync