CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 04/05/07 00:20:04
Modified files:
src/backend/utils/adt: Tag: REL7_4_STABLE ruleutils.c
Log message:
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.