Re: implement CAST(expr AS type FORMAT 'template')

Поиск
Список
Период
Сортировка
От jian he
Тема Re: implement CAST(expr AS type FORMAT 'template')
Дата
Msg-id CACJufxGbsc3g6RZf0rZpKYxffK6vGkc_OsTmX54uS0kFcVBtvA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: implement CAST(expr AS type FORMAT 'template')  (Vik Fearing <vik@postgresfriends.org>)
Ответы Re: implement CAST(expr AS type FORMAT 'template')
Список pgsql-hackers
hi.
one more question:

For binary coercible type casts, no formatted related function for it,
should we error out?
For example, should the following error out or return text '1'.

select cast('1'::text as text format 'YYYY'::text);



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