Re: BUG #3404: Mix ORDER BY ASC With DESC

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Maxx" <maxx(at)maxxfonseca(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3404: Mix ORDER BY ASC With DESC
Date: 2007-06-22 20:36:40
Message-ID: 26280.1182544600@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Maxx" <maxx(at)maxxfonseca(dot)com> writes:
> When I mix the ORDER BY clause with ASC and DESC the return is just the
> first field, for example:

You're going to have to provide a complete test case if you want anyone
to take that seriously.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Dhanaraj M 2007-06-23 13:17:23 BUG #3405: plperl_elog - regression test fails
Previous Message Tom Lane 2007-06-22 20:25:55 Re: BUG #3403: ver 8.2 can't add serial column to temp table, but 8.1 can