pgsql: Improve note about not using the target table name in the SET

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve note about not using the target table name in the SET
Date: 2006-01-22 20:34:11
Message-ID: 20060122203411.0B3599DC847@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Improve note about not using the target table name in the SET clause.
It's not related to whether an alias is used or not.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
update.sgml (r1.35 -> r1.36)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/update.sgml.diff?r1=1.35&r2=1.36)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-01-23 02:59:27 pgsql: Done: < o Allow an alias to be provided for the target table in
Previous Message Tom Lane 2006-01-22 20:03:17 pgsql: Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that