Re: Dollar in identifiers
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: lockhart@fourpalms.org
Cc: Jan Wieck <JanWieck@Yahoo.com>, PostgreSQL HACKERS <pgsql-hackers@postgresql.org>
Date: 2001-08-16T17:10:23Z
Lists: pgsql-hackers
Thomas Lockhart <lockhart@fourpalms.org> writes: > Are dollar signs currently allowed in operators? Not at present. If they were, you'd have a problem telling whether "$12" is a parameter identifier or a prefix "$" operator applied to an integer constant. However, this is no argument for allowing them into identifiers, since doing so will equally create lexing ambiguity where there was none before. regards, tom lane