E.g. query:
SELECT col1, col2, col3FROM table1ORDER BY table1
Postgres uses col1 for ASC ordering, if we write "ORDER BY table1DESC" then DESC-ordering. I'm not sure this is a bug, but didn't finddescription for such behaviour.
Best regards, Dmitry.