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:41:02
Message-ID: 4423401E.70806@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>>>> 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 ;)
>
> I suppose it depends on the goal. If it is an application that is to be
> supported on more than one database, defining types and other things for
> a given DB type (PostgreSQL) is easier than injecting a large number of
> SWITCH statements into the code.
\

Why in the world would you build an application for anything except
PostgreSQL?

;)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John DeSoi 2006-03-24 00:47:13 Re: pgNixInstaller: Making PostgreSQL relocatable
Previous Message Joel Miller 2006-03-24 00:38:40 Re: [SUGGESTION] CVSync