-
- Downloads
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.
Showing
- doc/src/sgml/release.sgml 3 additions, 1 deletiondoc/src/sgml/release.sgml
- doc/src/sgml/syntax.sgml 19 additions, 18 deletionsdoc/src/sgml/syntax.sgml
- src/backend/parser/scan.l 8 additions, 8 deletionssrc/backend/parser/scan.l
- src/pl/plpgsql/src/scan.l 14 additions, 12 deletionssrc/pl/plpgsql/src/scan.l
Loading
Please register or sign in to comment