Direct converting numeric types to bool - Mailing list pgsql-hackers

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.

-- 
Nikita Zhuchkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Disabling src/test/[ssl|ldap] when not building with SSL/LDAPsupport
Next
From: [email protected]
Date:
Subject: Re: Direct converting numeric types to bool