Re: A maybe-bug?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Russell Smith <mr-russ(at)pws(dot)com(dot)au>
Cc: Vincenzo Romano <vincenzo(dot)romano(at)notorand(dot)it>, pgsql-general(at)postgresql(dot)org
Subject: Re: A maybe-bug?
Date: 2010-01-07 23:46:16
Message-ID: 20621.1262907976@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Russell Smith <mr-russ(at)pws(dot)com(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Yan Cheng Cheok 2010-01-08 02:10:04 create table if does not exists
Previous Message Russell Smith 2010-01-07 23:34:56 Re: A maybe-bug?