Re: Compatibility types, type aliases, and distinct types

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Compatibility types, type aliases, and distinct types
Дата
Msg-id 2322.1219084189@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Compatibility types, type aliases, and distinct types  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Compatibility types, type aliases, and distinct types  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> On Monday 18 August 2008 17:26:16 Tom Lane wrote:
> This feature by itself could be quite useful, and then we could simply
> add something like
> CREATE TYPE newtype AS oldtype WITH CASTS;
>> 
>> This seems like a great way to get lost in "ambiguous function" hell ...

> I don't understand this point.  No new overloaded functions are being defined.

If the type has no functions of its own, then the only way to make it
easily usable is to throw in implicit conversions *in both directions*
between it and the type it's an alias for.  You're going to find that
that's a problem.
        regards, tom lane


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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Text Selectivity Operators in String Types
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Overhauling GUCS