Change error message for rejected input.

This commit is contained in:
Thomas G. Lockhart 1997-11-07 06:32:05 +00:00
parent c934ee7859
commit 6698389349
1 changed files with 1 additions and 2 deletions

View File

@ -101,8 +101,7 @@ QUERY: INSERT INTO BOOLTBL2 (f1) VALUES ('False'::bool);
QUERY: INSERT INTO BOOLTBL2 (f1) VALUES ('FALSE'::bool);
QUERY: INSERT INTO BOOLTBL2 (f1)
VALUES ('XXX'::bool);
WARN:Invalid input string 'XXX'
WARN:Bad boolean external representation 'XXX'
QUERY: SELECT '' AS f_4, BOOLTBL2.*;
f_4|f1
---+--