Remove the 'not in' operator (!!=). This was a hangover from Berkeley

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6c96188cb5561bc6d58e43243fa0a76bfa938a9b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-08-27T01:39:25Z
Releases: 8.3.0
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.

Files