We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentdaed6f4 commitd73e1b3Copy full SHA for d73e1b3
src/test/regress/expected/errors.out
@@ -197,13 +197,15 @@ drop operator === ();
197
ERROR: syntax error at or near ")" at character 20
198
-- no such operator
199
drop operator === (int4);
200
-ERROR: argument type missing (use NONE for unary operators)
+ERROR: missing argument
201
+HINT: Use NONE to denote the missing argument of a unary operator.
202
-- no such operator by that name
203
drop operator === (int4, int4);
204
ERROR: operator does not exist: integer === integer
205
-- no such type1
206
drop operator = (nonesuch);
207
208
209
210
drop operator = ( , int4);
211
ERROR: syntax error at or near "," at character 19