ORDER BY TABLENAME, possible bug - Mailing list pgsql-bugs

From dv
Subject ORDER BY TABLENAME, possible bug
Date
Msg-id CAGwx4BnDQZyJJpzom-UU15wh7s3DQE=ChEdEDQ2+rd5S7S2UNA@mail.gmail.com
Whole thread Raw
Responses Re: ORDER BY TABLENAME, possible bug  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-bugs
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.

Best regards, Dmitry.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #14404: High row estimates when query uses master inherited tables
Next
From: udv.mail@gmail.com
Date:
Subject: BUG #14405: ORDER BY TABLENAME, possible bug