We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0fa718 commit b200d09Copy full SHA for b200d09
src/test/regress/output/constraints.source
@@ -50,7 +50,7 @@ ERROR: parser: parse error at or near ","
50
-- to avoid a shift/reduce conflict that arises from NOT NULL being
51
-- part of the column definition syntax:
52
CREATE TABLE error_tbl (b1 bool DEFAULT 1 IN (1, 2));
53
-ERROR: parser: parse error at or near "in"
+ERROR: parser: parse error at or near "IN"
54
-- this should work, however:
55
CREATE TABLE error_tbl (b1 bool DEFAULT (1 IN (1, 2)));
56
DROP TABLE error_tbl;
0 commit comments