Re: Why the "UPDATE tab SET tab.col" is invalid? - Mailing list pgsql-hackers

From Geoff Winkless
Subject Re: Why the "UPDATE tab SET tab.col" is invalid?
Date
Msg-id CAEzk6fdAohGpmt8z1o8BgULFopnCMk0n+cTWhcTeWdWEpJXNXw@mail.gmail.com
Whole thread Raw
In response to Re: Why the "UPDATE tab SET tab.col" is invalid?  (Geoff Winkless <pgsqladmin@geoff.dj>)
Responses Re: Why the "UPDATE tab SET tab.col" is invalid?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Geoff Winkless
Date:
Subject: Re: Why the "UPDATE tab SET tab.col" is invalid?
Next
From: Robert Haas
Date:
Subject: Re: Timeline following for logical slots