This is a discussion on pgsql: The 8.2 patch that added support for an alias on the target table within the pgsql Committers forums, part of the PostgreSQL category; --> Log Message: ----------- The 8.2 patch that added support for an alias on the target table of UPDATE/DELETE forgot ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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_2_STABLE Modified Files: -------------- pgsql/src/backend/utils/adt: ruleutils.c (r1.235.2.4 -> r1.235.2.5) (http://anoncvs.postgresql.org/cvsweb...4&r2=1.235.2.5) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers |