Re: ORDER BY with EXCEPT?

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ORDER BY with EXCEPT?
Date: 2009-02-20 01:57:05
Message-ID: 2DC713A8-0DB8-4A74-BE38-D8902087F08E@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Feb 19, 2009, at 5:45 PM, Andrew Dunstan wrote:

> "A limitation of this feature is that an ORDER BY clause applying to
> the result of a UNION, INTERSECT, or EXCEPT clause can only specify
> an output column name or number, not an expression."
>
> Why not just say "order by 1" ?

Well, in this case, I wanted the order to be the same as in the array
that was passed.

At any rate, your quotation of this documentation that I obviously
missed answers my question. In the meantime, I got a different version
with a LEFT JOIN to do what I want, so I don't need the EXCEPT at all.
I just posted here because it looked like a bug. And though it's
clearly not, since it's documented, it is kinda weird…

Thanks,

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2009-02-20 02:00:55 Re: ORDER BY with EXCEPT?
Previous Message Andrew Dunstan 2009-02-20 01:45:50 Re: ORDER BY with EXCEPT?