Re: A maybe-bug? - Mailing list pgsql-general

From Tom Lane
Subject Re: A maybe-bug?
Date
Msg-id 20621.1262907976@sss.pgh.pa.us
Whole thread Raw
In response to Re: A maybe-bug?  (Russell Smith <mr-russ@pws.com.au>)
List pgsql-general
Russell Smith <mr-russ@pws.com.au> writes:
> Really, I can't see how quoting an identifier should change the
> behaviour or resolved type.

REAL is not an identifier.  It's a keyword.  In fact, it's a reserved
word according to SQL99.  So if we were going to do anything about this,
it would be to reject the OP's CREATE DOMAIN command as invalid syntax.

            regards, tom lane

pgsql-general by date:

Previous
From: Russell Smith
Date:
Subject: Re: A maybe-bug?
Next
From: Yan Cheng Cheok
Date:
Subject: create table if does not exists