Thread: pgsql: Fix display and dumping of UPDATE OR TRUNCATE triggers (a bizarre

pgsql: Fix display and dumping of UPDATE OR TRUNCATE triggers (a bizarre

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Fix display and dumping of UPDATE OR TRUNCATE triggers (a bizarre combination
maybe, but we should get it right).  Bug noted while reviewing TRIGGER WHEN
patch.  Already fixed in HEAD.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        ruleutils.c (r1.300 -> r1.300.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c?r1=1.300&r2=1.300.2.1)
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.539.2.2 -> r1.539.2.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.539.2.2&r2=1.539.2.3)