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

Commit053004a

Browse files
author
Thomas G. Lockhart
committed
Clean up a few elog() messages for aggregates and functions.
1 parent53b4767 commit053004a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/expected/select_implicit.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ count
3232
(6 rows)
3333

3434
QUERY: SELECT count(*) FROM test_missing_target GROUP BY a ORDER BY b;
35-
ERROR:parser: illegal use of aggregates or non-group column in target list
35+
ERROR:Illegal use of aggregates or non-group column in target list
3636
QUERY: SELECT count(*) FROM test_missing_target GROUP BY b ORDER BY b;
3737
count
3838
-----
@@ -191,7 +191,7 @@ count
191191
(4 rows)
192192

193193
QUERY: SELECT count(a) FROM test_missing_target GROUP BY a ORDER BY b;
194-
ERROR:parser: illegal use of aggregates or non-group column in target list
194+
ERROR:Illegal use of aggregates or non-group column in target list
195195
QUERY: SELECT count(b) FROM test_missing_target GROUP BY b/2 ORDER BY b/2;
196196
count
197197
-----

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp