Re: Dollar in identifiers - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Dollar in identifiers
Date
Msg-id 623.997912605@sss.pgh.pa.us
Whole thread Raw
In response to Re: Dollar in identifiers  (Jan Wieck <JanWieck@Yahoo.com>)
Responses Re: Dollar in identifiers
List pgsql-hackers
Jan Wieck <JanWieck@Yahoo.com> writes:
>     Could  you  live  with it when we don't allow a name to start
>     with a dollar, but allow the dollar inside or at the  end  of
>     the name?

We had *better* not allow an identifier to start with $ --- or have
you forgotten about parameters?

I tend to agree with Bruce on this; we have not seen any requests for
this so far, and I don't much like the idea of decreasing our compliance
with the standard without strong reason.

I'm also concerned about changing the behavior of the lexer for
parameter identifiers adjacent to keywords.  "select$1from foo"
might be horrible coding style, but who's to promise that there
are no applications out there that emit things like that?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PostGIS spatial extensions
Next
From: Jan Wieck
Date:
Subject: Re: Dollar in identifiers