Re: PG do not accept quoted names for tables/columns

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Yaniv Hamo <hamo(at)cs(dot)Technion(dot)AC(dot)IL>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: PG do not accept quoted names for tables/columns
Date: 2003-02-06 20:45:43
Message-ID: 15540.1044564343@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Yaniv Hamo <hamo(at)cs(dot)Technion(dot)AC(dot)IL> writes:
> shared# CREATE TABLE 'testtable' ('test' INT);
> ERROR: parser: parse error at or near "'testtable'" at character 14

This is not a bug. (Perhaps you were looking for double quotes "..."
not single quotes '...' ?)

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Kris Jurka 2003-02-06 21:12:36 Re: Troubles with JDBC method DataBaseMetaData.getTables()
Previous Message Andrew McMillan 2003-02-06 19:42:41 Re: PG do not accept quoted names for tables/columns