Skip to content

Commit d332f7f

Browse files
committed
Fix grammatical error introduced into error message.
1 parent be1d437 commit d332f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/parser/parse_agg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy