Thread: pgsql/src/backend/parser analyze.c

pgsql/src/backend/parser analyze.c

From
Tom Lane
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/06/04 12:17:30

Modified files:
    src/backend/parser: analyze.c

Log message:
    Give error message, rather than coredump, for utility statements in
    conditional rules (rules with WHERE clauses).  We cannot support these
    since there's noplace to hang a condition on a utility statement.
    We caught the other case (attempt to attach a condition at rewrite time)
    awhile ago, but this one escaped notice until now.