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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that
Дата
Msg-id 20060122200317.70DD39DC980@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Allow an optional alias for the target table to be specified for
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Improve note about not using the target table name in the SET