Allow an optional alias for the target table to be specified for UPDATE

Neil Conway <neilc@samurai.com>

Commit: 1d763d9107eda2db054d0f7edee4c2e9b55dfacf
Author: Neil Conway <neilc@samurai.com>
Date: 2006-01-22T05:20:35Z
Releases: 8.2.0
Allow an optional alias for the target table to be specified for UPDATE
and DELETE. If specified, the alias must be used instead of the full
table name. Also, the alias currently cannot be used in the SET clause
of UPDATE.

Patch from Atsushi Ogawa, various editorialization by Neil Conway.
Along the way, make the rowtypes regression test pass if add_missing_from
is enabled, and add a new (skeletal) regression test for DELETE.

Files