Re: List of "binary-compatible" data types

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: List of "binary-compatible" data types
Дата
Msg-id 52784817.30401@agliodbs.com
обсуждение исходный текст
Ответ на List of "binary-compatible" data types  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Thom,


> SELECT
>   castsource::regtype::text,
>   array_agg(casttarget::regtype order by casttarget::regtype::text) casttargets
> FROM pg_cast
> WHERE castmethod = 'b'
> GROUP BY 1
> ORDER BY 1;

Are we actually covering 100% of these for ALTER COLUMN now?


-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: pgsql: Remove internal uses of CTimeZone/HasCTZSet.
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: List of "binary-compatible" data types