pgsql/src/backend/parser analyze.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/parser analyze.c
Date
Msg-id 200106041617.f54GHUh86546@hub.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: Peter Eisentraut - PostgreSQL
Date:
Subject: pgsql/src backend/access/transam/xlog.c backen ...
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql/large ...