BUG #2698: Update table alias not supported

Поиск
Список
Период
Сортировка
От Lachhman Dass
Тема BUG #2698: Update table alias not supported
Дата
Msg-id 200610170745.k9H7jnex047601@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #2698: Update table alias not supported  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      2698
Logged by:          Lachhman Dass
Email address:      lachhmand@interrait.com
PostgreSQL version: 8.0
Operating system:   Windows 2000 Professional
Description:        Update table alias not supported
Details:

In the Update statement alias must be supported and the syntax should be

UPDATE [ ONLY ] table alias SET column = { expression | DEFAULT } [, ...]
    [ FROM fromlist ]
    [ WHERE condition ]

this is required when same table is used multiple time in where clause and
you want to restrict the selection.

Thanks,

Lachhman Dass

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Seth Gordon"
Дата:
Сообщение: BUG #2701: PQserverVersion function missing
Следующее
От: Richard Troy
Дата:
Сообщение: Re: BUG #2695: Randomly repeated query execution