pgsql: The 8.2 patch that added support for an alias on the target table

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The 8.2 patch that added support for an alias on the target table
Date: 2008-05-03 23:19:20
Message-ID: 20080503231920.A272F7559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-03 23:19:27 pgsql: The 8.2 patch that added support for an alias on the target table
Previous Message User Jbcooley 2008-05-03 20:32:43 npgsql - Npgsql: Allow IOException in listen thread to be handled by