Re: Did this work in earlier version of Postgres?

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Did this work in earlier version of Postgres?
Дата
Msg-id 4423401E.70806@commandprompt.com
обсуждение исходный текст
Ответ на Re: Did this work in earlier version of Postgres?  (Rod Taylor <pg@rbt.ca>)
Ответы Re: Did this work in earlier version of Postgres?  (Rod Taylor <pg@rbt.ca>)
Список 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?

;)




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

Предыдущее
От: "Joel Miller"
Дата:
Сообщение: Re: [SUGGESTION] CVSync
Следующее
От: John DeSoi
Дата:
Сообщение: Re: pgNixInstaller: Making PostgreSQL relocatable