Skip to content
Snippets Groups Projects
Commit 66983893 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Change error message for rejected input.

parent c934ee78
No related branches found
No related tags found
No related merge requests found
......@@ -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
---+--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment