writes to the query's stdin/stdout>, rather than
psql>'s stdin/stdout>. The previous
behavior can be accessed via new
- >
+
CIDR> values now must have their non-masked bits be zero.
For example, we no longer allow
- 204.248.199.1/31 as a CIDR>/> value. Such
+ 204.248.199.1/31 as a CIDR</> value. Such
values should never have been accepted by
PostgreSQL and will now be rejected.
- >to_char>/>/to_date()> date conversion
+ to_char</>/to_date()> date conversion
improvements (Kurt Roeckx, Fabien Coelho)
Allow
- int2>/int4>/int8>/float4>/float8>/>
+ int2>/int4>/int8>/float4>/float8</>
input routines to have leading or trailing whitespace
(Neil)
- Fix to_char for 1 BC> (previously it returned
- 1 AD>) (Bruce)
+ Fix to_char for 1 BC>
+ (previously it returned 1 AD>) (Bruce)