Re: Did this work in earlier version of Postgres? - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: Did this work in earlier version of Postgres?
Date
Msg-id 442337BD.1040600@commandprompt.com
Whole thread Raw
In response to Re: Did this work in earlier version of Postgres?  (Rod Taylor <pg@rbt.ca>)
Responses Re: Did this work in earlier version of Postgres?
List pgsql-hackers
Rod Taylor wrote:
> On Thu, 2006-03-23 at 17:31 -0600, 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;
>>
>> Now it gives a error that type double does not exist.
> 
> CREATE DOMAIN double AS float8;
> 
> There, now the type exists ;)

That's a little too perl for me ;)

Joshua D. Drake

> 



pgsql-hackers by date:

Previous
From: "Guido Barosio"
Date:
Subject: Re: Did this work in earlier version of Postgres?
Next
From: "Joel Miller"
Date:
Subject: Re: [SUGGESTION] CVSync