Re: Compatibility types, type aliases, and distinct types

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Compatibility types, type aliases, and distinct types
Дата
Msg-id 18739.1219069576@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Compatibility types, type aliases, and distinct types  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Compatibility types, type aliases, and distinct types
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> So while thinking about how to make this simpler I remembered the "distinct 
> type" feature of SQL, which works quite similarly, namely the new type has 
> the same structure as the old type, but is a separate entity.  It looks like
>     CREATE TYPE newtype AS oldtype;
> 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 ...
        regards, tom lane


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

Предыдущее
От: "K, Niranjan (NSN - IN/Bangalore)"
Дата:
Сообщение: Re: Postgres-R
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Make the pg_stat_activity view call a SRF