aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-08-06 16:38:03 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-08-06 16:38:03 +0000
commit6c684b18474d1b0ac58365a1634b1f365d1080be (patch)
treee201629ffc6c54167a012061a7459a85b8011bfa /src/backend/tcop/postgres.c
parentab22b34891b9b9002f302710facd110ac4af7657 (diff)
downloadpostgresql-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