BUG #1364: using field names or table names with blanks

From: "Pit Mueller" <fmi-soft(at)gmx(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1364: using field names or table names with blanks
Date: 2004-12-29 10:11:25
Message-ID: 200412291011.iBTABP9L021589@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jean Claude 2004-12-29 10:17:40 BUG #1365: Loose connection in idle mode
Previous Message Jean Claude 2004-12-29 10:05:08 BUG #1363: Loose connection in idle mode