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

Commita7ffd1a

Browse files
committed
Update error messsage wording.
1 parente6b054c commita7ffd1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/parser/analyze.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
*$PostgreSQL: pgsql/src/backend/parser/analyze.c,v 1.358 2007/01/12 19:23:38 momjian Exp $
9+
*$PostgreSQL: pgsql/src/backend/parser/analyze.c,v 1.359 2007/01/12 19:34:41 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -2549,7 +2549,7 @@ transformSetOperationStmt(ParseState *pstate, SelectStmt *stmt)
25492549
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
25502550
errmsg("invalid UNION/INTERSECT/EXCEPT ORDER BY clause"),
25512551
errdetail("Only result column names can be used, not expressions or functions."),
2552-
errhint("Add the expression/function to every SELECT, orplace thequery in a FROM clause.")));
2552+
errhint("Add the expression/function to every SELECT, ormove theUNION into a FROM clause.")));
25532553

25542554
qry->limitOffset=transformLimitClause(pstate,limitOffset,
25552555
"OFFSET");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp