pgsql: The 8.2 patch that added support for an alias on the target table - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: The 8.2 patch that added support for an alias on the target table
Date
Msg-id 20080503231927.38ABD7559CC@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
The 8.2 patch that added support for an alias on the target table of
UPDATE/DELETE forgot to teach ruleutils.c to display the alias.
Per bug #4141 from Mathias Seiler.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        ruleutils.c (r1.269 -> r1.269.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c?r1=1.269&r2=1.269.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: The 8.2 patch that added support for an alias on the target table
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: The 8.2 patch that added support for an alias on the target table