diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-08-06 16:38:03 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-08-06 16:38:03 +0000 |
commit | 6c684b18474d1b0ac58365a1634b1f365d1080be (patch) | |
tree | e201629ffc6c54167a012061a7459a85b8011bfa /src/backend/tcop/postgres.c | |
parent | ab22b34891b9b9002f302710facd110ac4af7657 (diff) | |
download | postgresql-6c684b18474d1b0ac58365a1634b1f365d1080be.tar.gz postgresql-6c684b18474d1b0ac58365a1634b1f365d1080be.zip |
Fixes:
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>
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions