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 6dd7737 commit ba12800Copy full SHA for ba12800
range.sql
@@ -36,7 +36,7 @@ BEGIN
36
37
/* Check lower boundary */
38
IF start_value > min_value THEN
39
- RAISE EXCEPTION 'start value is less than min value of "%"', expression;
+ RAISE EXCEPTION 'start value is greater than min value of "%"', expression;
40
END IF;
41
42
/* Check upper boundary */
0 commit comments