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 8
8
*
9
9
*
10
10
* 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 $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
@@ -302,7 +302,7 @@ check_ungrouped_columns_walker(Node *node,
302
302
if (context -> sublevels_up == 0 )
303
303
ereport (ERROR ,
304
304
(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" ,
306
306
rte -> eref -> aliasname , attname )));
307
307
else
308
308
ereport (ERROR ,
You can’t perform that action at this time.
0 commit comments