pgsql: Done: < o Allow an alias to be provided for the target table in

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Done: < o Allow an alias to be provided for the target table in
Date: 2006-01-23 02:59:27
Message-ID: 20060123025927.9A0C49DC8AD@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Done:

< o Allow an alias to be provided for the target table in
< UPDATE/DELETE
<
< This is not SQL-spec but many DBMSs allow it.
<
> o -Allow an alias to be provided for the target table in
> UPDATE/DELETE (Neil)

Modified Files:
--------------
pgsql/doc:
TODO (r1.1750 -> r1.1751)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1750&r2=1.1751)
pgsql/doc/src/FAQ:
TODO.html (r1.255 -> r1.256)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.255&r2=1.256)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2006-01-23 14:24:08 pgsql: Fix typeing as Tom suggest
Previous Message Tom Lane 2006-01-22 20:34:11 pgsql: Improve note about not using the target table name in the SET