pgsql: Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that
Date: 2006-01-22 20:03:17
Message-ID: 20060122200317.70DD39DC980@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that alias can
be any ColId other than 'SET', rather than only IDENT as originally.
Per discussion.

Modified Files:
--------------
pgsql/src/backend/parser:
gram.y (r2.523 -> r2.524)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y.diff?r1=2.523&r2=2.524)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-01-22 20:34:11 pgsql: Improve note about not using the target table name in the SET
Previous Message Neil Conway 2006-01-22 05:20:35 pgsql: Allow an optional alias for the target table to be specified for