File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $Header: /cvsroot/pgsql/src/backend/parser/parse_agg.c,v 1.58 2003/09/25 06 :58:00 petere Exp $
11+ * $Header: /cvsroot/pgsql/src/backend/parser/parse_agg.c,v 1.59 2003/09/25 15 :58:06 tgl Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
@@ -302,7 +302,7 @@ check_ungrouped_columns_walker(Node *node,
302302 if (context -> sublevels_up == 0 )
303303 ereport (ERROR ,
304304 (errcode (ERRCODE_GROUPING_ERROR ),
305- errmsg ("column \"%s.%s\" must appear in GROUP BY clause or used in an aggregate function" ,
305+ errmsg ("column \"%s.%s\" must appear in the GROUP BY clause or be used in an aggregate function" ,
306306 rte -> eref -> aliasname , attname )));
307307 else
308308 ereport (ERROR ,
You can’t perform that action at this time.
0 commit comments