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

From [email protected] (Tom Lane)
Subject pgsql: The 8.2 patch that added support for an alias on the target table
Date
Msg-id [email protected]
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.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        ruleutils.c (r1.272 -> r1.273)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c?r1=1.272&r2=1.273)

pgsql-committers by date:

Previous
From: [email protected] (User Jbcooley)
Date:
Subject: npgsql - Npgsql: Allow IOException in listen thread to be handled by
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: The 8.2 patch that added support for an alias on the target table