Re: PG do not accept quoted names for tables/columns
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Yaniv Hamo <hamo@cs.Technion.AC.IL>
Cc: pgsql-bugs@postgresql.org
Date: 2003-02-06T20:45:43Z
Lists: pgsql-bugs
Yaniv Hamo <hamo@cs.Technion.AC.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