Re: PG do not accept quoted names for tables/columns - Mailing list pgsql-bugs

From Tom Lane
Subject Re: PG do not accept quoted names for tables/columns
Date
Msg-id 15540.1044564343@sss.pgh.pa.us
Whole thread Raw
In response to PG do not accept quoted names for tables/columns  (Yaniv Hamo <hamo@cs.Technion.AC.IL>)
List 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

pgsql-bugs by date:

Previous
From: Andrew McMillan
Date:
Subject: Re: PG do not accept quoted names for tables/columns
Next
From: Kris Jurka
Date:
Subject: Re: Troubles with JDBC method DataBaseMetaData.getTables()