Re: Did this work in earlier version of Postgres?

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Rod Taylor <pg(at)rbt(dot)ca>
Cc: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Did this work in earlier version of Postgres?
Date: 2006-03-24 00:05:17
Message-ID: 442337BD.1040600@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joel Miller 2006-03-24 00:21:34 Re: [SUGGESTION] CVSync
Previous Message Guido Barosio 2006-03-23 23:49:17 Re: Did this work in earlier version of Postgres?