The following bug has been logged online:
Bug reference: 1364
Logged by: Pit Mueller
Email address: fmi-soft(at)gmx(dot)de
PostgreSQL version: 8.0
Operating system: WINXP
Description: using field names or table names with blanks
Details:
MS SQL Server uses a quite elegant method for using field names and table
names:
select [field] from [table]
f.ex. select [my field] from [the big table]
PostgreSQL 8.0 should support this notation too.
Brackets are not supported at the moment -> the SQL parser notifies an
syntax error