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 254316f commit f5f8e71Copy full SHA for f5f8e71
src/backend/utils/adt/rangetypes.c
@@ -1902,7 +1902,7 @@ range_parse_flags(const char *flags_str)
1902
ereport(ERROR,
1903
(errcode(ERRCODE_SYNTAX_ERROR),
1904
errmsg("invalid range bound flags"),
1905
- errhint("Valid values are '[]', '[)', '(]', and '()'.")));
+ errhint("Valid values are \"[]\", \"[)\", \"(]\", and \"()\".")));
1906
}
1907
1908
switch (flags_str[1])
@@ -1916,7 +1916,7 @@ range_parse_flags(const char *flags_str)
1916
1917
1918
1919
1920
1921
1922
return flags;
0 commit comments