This is a discussion on Planner buglet within the pgsql Hackers forums, part of the PostgreSQL category; --> At the least this sounds like an unfriendly error message: postgres=# select 1 order by 1; ERROR: could not ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| At the least this sounds like an unfriendly error message: postgres=# select 1 order by 1; ERROR: could not find pathkey item to sort -- Gregory Stark EnterpriseDB http://www.enterprisedb.com ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| Gregory Stark <stark@enterprisedb.com> writes: > At the least this sounds like an unfriendly error message: > postgres=# select 1 order by 1; > ERROR: could not find pathkey item to sort Definitely a bug, since it works in all existing releases. Thanks for the report. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |