Skip to content

Commit 87f6d64

Browse files
committed
Update UNION/INTERSECT/EXCEPT ORDER BY error wording for
expressions/functions.
1 parent e2fe327 commit 87f6d64

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.356 2007/01/11 18:44:53 momjian Exp $
9+
* $PostgreSQL: pgsql/src/backend/parser/analyze.c,v 1.357 2007/01/11 20:04:50 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -2547,7 +2547,7 @@ transformSetOperationStmt(ParseState *pstate, SelectStmt *stmt)
25472547
if (tllen != list_length(qry->targetList))
25482548
ereport(ERROR,
25492549
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
2550-
errmsg("ORDER BY on a UNION/INTERSECT/EXCEPT result must match existing result columns")));
2550+
errmsg("A UNION/INTERSECT/EXCEPT ORDER BY cannot use expressions or functions, only result column names")));
25512551

25522552
qry->limitOffset = transformLimitClause(pstate, limitOffset,
25532553
"OFFSET");

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