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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that
Date
Msg-id 20060122200317.70DD39DC980@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Allow an optional alias for the target table to be specified for
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve note about not using the target table name in the SET