mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Previously Postgres95 wouldn't accept 'order by' clauses with fields
referred to as '<table>.<field>', e.g.:
select t1.field1, t2.field2 from table1 t1, table2 t2
order by t2.field2;
This syntax is required by the ODBC SQL spec.
Submitted by: Dan McGuirk <mcguirk@indirect.com>
|
||
|---|---|---|
| .. | ||
| backend | ||
| bin | ||
| interfaces | ||
| mk | ||
| test | ||
| tools/mkldexport | ||
| tutorial | ||
| Makefile | ||
| Makefile.global | ||