diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-08-27 01:39:25 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-08-27 01:39:25 +0000 |
commit | 6c96188cb5561bc6d58e43243fa0a76bfa938a9b (patch) | |
tree | 8178ebdc392a6834fa8402416f310e6baf79155a /src/backend/parser/parse_utilcmd.c | |
parent | a41e46b26167d819047c8e06b7f0bace6afce198 (diff) | |
download | postgresql-6c96188cb5561bc6d58e43243fa0a76bfa938a9b.tar.gz postgresql-6c96188cb5561bc6d58e43243fa0a76bfa938a9b.zip |
Remove the 'not in' operator (!!=). This was a hangover from Berkeley
days that was obsolete the moment we had IN (SELECT ...) capability.
It's arguably a security hole since it applied no permissions check to
the table it searched, and since it was never documented anywhere,
removing it seems more appropriate than fixing it.
Diffstat (limited to 'src/backend/parser/parse_utilcmd.c')
0 files changed, 0 insertions, 0 deletions