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 4213e44 commit fe54c54Copy full SHA for fe54c54
src/backend/parser/gram.y
@@ -10,7 +10,7 @@
10
*
11
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 1.43 1997/09/08 03:19:57 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 1.44 1997/09/12 22:14:48 momjian Exp $
14
15
* HISTORY
16
* AUTHOR DATE MAJOR EVENT
@@ -2740,7 +2740,7 @@ res_target_list2: res_target_list2 ',' res_target_el2
2740
;
2741
2742
/* AS is not optional because shift/red conflict with unary ops */
2743
-res_target_el2: a_expr AS ColId
+res_target_el2: a_expr_or_null AS ColId
2744
{
2745
$$ = makeNode(ResTarget);
2746
$$->name = $3;
0 commit comments