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

From: Geoff Winkless <pgsqladmin(at)geoff(dot)dj>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Why the "UPDATE tab SET tab.col" is invalid?
Date: 2016-04-07 14:55:00
Message-ID: CAEzk6fdAohGpmt8z1o8BgULFopnCMk0n+cTWhcTeWdWEpJXNXw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-04-07 15:32:27 Re: Timeline following for logical slots
Previous Message Geoff Winkless 2016-04-07 14:51:56 Re: Why the "UPDATE tab SET tab.col" is invalid?