aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/enum.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2010-10-22 17:37:38 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2010-10-22 17:44:50 +0300
commit5c84fe4607907b22e45433195fec800d23ac1f49 (patch)
treee666cf6e58ef1e6083be156dab6485116c403fcc /src/backend/utils/adt/enum.c
parent71be8db5dfada851c45d6f4d1d7364456fd40be5 (diff)
downloadpostgresql-5c84fe4607907b22e45433195fec800d23ac1f49.tar.gz
postgresql-5c84fe4607907b22e45433195fec800d23ac1f49.zip
Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'
as a variable or column name, and it's not reserved in recent versions of the SQL spec either. This became particularly annoying in 9.0, before that PL/pgSQL replaced variable names in queries with parameter markers, so it was possible to use OFF and many other backend parser keywords as variable names. Because of that, backpatch to 9.0.
Diffstat (limited to 'src/backend/utils/adt/enum.c')
0 files changed, 0 insertions, 0 deletions