From f086be3d39ce003532ce818347354fe8d6efe8eb Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Fri, 1 Jun 2007 23:40:19 +0000 Subject: Allow leading and trailing whitespace in the input to the boolean type. Also, add explicit casts between boolean and text/varchar. Both of these changes are for conformance with SQL:2003. Update the regression tests, bump the catversion. --- doc/src/sgml/datatype.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 17357d84088..3802aa24dff 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,4 +1,4 @@ - + Data Types @@ -2403,9 +2403,9 @@ January 8 04:05:06 1999 PST 'no' '0' - Using the key words TRUE and - FALSE is preferred (and - SQL-compliant). + Leading and trailing whitespace is ignored. Using the key words + TRUE and FALSE is preferred + (and SQL-compliant). -- cgit v1.2.3