Re: Direct converting numeric types to bool

Поиск
Список
Период
Сортировка
От n.zhuchkov@postgrespro.ru
Тема Re: Direct converting numeric types to bool
Дата
Msg-id 0ef92165d45f176f66d9f9ceac86c042@postgrespro.ru
обсуждение исходный текст
Ответ на Direct converting numeric types to bool  (n.zhuchkov@postgrespro.ru)
Ответы Re: Direct converting numeric types to bool
Список pgsql-hackers
n.zhuchkov@postgrespro.ru писал 2018-02-28 18:04:
> Attached patch allow direct convertion of numeric types to bool like
> integer::bool.
> Supported types:
>  - smallint;
>  - bigint;
>  - real;
>  - double precision;
>  - decimal(numeric).
> 
> This functionality is helped with migration from Oracle.

Вложения

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

Предыдущее
От: n.zhuchkov@postgrespro.ru
Дата:
Сообщение: Direct converting numeric types to bool
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] [POC] Faster processing at Gather node