Re: SQL INSERT bug with 6.5.3 and 7.0.2 - Mailing list pgsql-general

From Thomas Lockhart
Subject Re: SQL INSERT bug with 6.5.3 and 7.0.2
Date
Msg-id 3956D5E8.C7BA58D9@alumni.caltech.edu
Whole thread Raw
In response to Re: SQL INSERT bug with 6.5.3 and 7.0.2  (John Gotts <jgotts@ww2.tqstats.com>)
List pgsql-general
> >POSITION is a SQL reserved word.
> Shouldn't the parser then also reject "position"?

No (if I read the question correctly), since double-quoted identifiers
do not conflict with reserved words. But then, as Tom pointed out, you
will have to use the double-quotes just about everywhere.

                 - Thomas

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Insert into a table with only a SERIAL
Next
From: Franck Martin
Date:
Subject: New types in binary ?