Re: Why the "UPDATE tab SET tab.col" is invalid?

Поиск
Список
Период
Сортировка
От Geoff Winkless
Тема Re: Why the "UPDATE tab SET tab.col" is invalid?
Дата
Msg-id CAEzk6fdAohGpmt8z1o8BgULFopnCMk0n+cTWhcTeWdWEpJXNXw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Why the "UPDATE tab SET tab.col" is invalid?  (Geoff Winkless <pgsqladmin@geoff.dj>)
Ответы Re: Why the "UPDATE tab SET tab.col" is invalid?
Список pgsql-hackers
On 7 April 2016 at 15:51, I wrote:
> <update statement: positioned> ::=
>               UPDATE <table name>
>                 SET <set clause list>
>                   WHERE CURRENT OF <cursor name>

I grabbed the wrong section of the doc; I should of course have pasted
the searched version:

<update statement: searched> ::=             UPDATE <table name>               SET <set clause list>               [
WHERE<search condition> ]
 

My point is still the same though :)

Geoff



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

Предыдущее
От: Geoff Winkless
Дата:
Сообщение: Re: Why the "UPDATE tab SET tab.col" is invalid?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Timeline following for logical slots