]> granicus.if.org Git - postgresql/commit
NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowed
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 May 2004 03:20:01 +0000 (03:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 May 2004 03:20:01 +0000 (03:20 +0000)
commit8d86b89ec0360d00826003a5a404a3b0bb73911d
treeb3f2974a492b5d2e396871bb395c7462b3cd8c71
parent69f5e41be302005475c8ac9460c2904215d9deff
NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowed
by the SQL spec and by our parser.  Thanks to Jonathan Scott for finding
this longstanding error.
src/backend/utils/adt/ruleutils.c