Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd332f7f

Browse files
committed
Fix grammatical error introduced into error message.
1 parentbe1d437 commitd332f7f

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/2506:58:00 petere Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/parser/parse_agg.c,v 1.59 2003/09/2515: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 intheGROUP BY clause or be used in an aggregate function",
306306
rte->eref->aliasname,attname)));
307307
else
308308
ereport(ERROR,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp