OSDN Git Service

Disallow dollar sign in operator names, instead allow it as a non-first
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Jun 2003 23:22:40 +0000 (23:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Jun 2003 23:22:40 +0000 (23:22 +0000)
commit1bd22f55cf1e5e80ab0b7704adf9678cacaca69b
treed5e2f96c458ef93fa9ee93c4419bdbaf333f4787
parent8902aaaa6cbe0776a3214b4ae88602263b2a150e
Disallow dollar sign in operator names, instead allow it as a non-first
character in identifiers.  The first change eliminates the current need
to put spaces around parameter references, as in "x<=$2".  The second
change improves compatibility with Oracle and some other RDBMSes.  This
was discussed and agreed to back in January, but did not get done.
doc/src/sgml/release.sgml
doc/src/sgml/syntax.sgml
src/backend/parser/scan.l
src/pl/plpgsql/src/scan.l