BUG #14405: ORDER BY TABLENAME, possible bug

From: udv(dot)mail(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14405: ORDER BY TABLENAME, possible bug
Date: 2016-10-29 12:19:06
Message-ID: 20161029121906.15993.79158@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14405
Logged by: udv(dot)mail(at)gmail(dot)com udv(dot)mail(at)gmail(dot)com
Email address: udv(dot)mail(at)gmail(dot)com
PostgreSQL version: 9.6.0
Operating system: Debian
Description:

E.g. query:

SELECT col1, col2, col3
FROM table1
ORDER BY table1

Postgres uses col1 for ASC ordering, if we write "ORDER BY table1
DESC" then DESC-ordering. I'm not sure this is a bug, but didn't find
description for such behaviour.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Stehule 2016-10-29 14:23:07 Re: ORDER BY TABLENAME, possible bug
Previous Message dv 2016-10-29 12:13:06 ORDER BY TABLENAME, possible bug