]> git.ipfire.org Git - thirdparty/postgresql.git/commit
The 8.2 patch that added support for an alias on the target table of
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 May 2008 23:19:27 +0000 (23:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 May 2008 23:19:27 +0000 (23:19 +0000)
commit5c27e396de2d53472629ff5c2c6e605679000f1d
treeb4f19963e22b748a49e2188e9e6f8aa1fec88b48
parent90cdbe43e074b13cae9c84a51ee4040af90a9421
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.
src/backend/utils/adt/ruleutils.c