why can't select for update be used with join

From: Kris Kiger <kris(at)musicrebellion(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: why can't select for update be used with join
Date: 2003-11-05 19:17:48
Message-ID: 3FA94CDC.1090309@musicrebellion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I'm trying to do a query: select ta.x from ta join tb using (y) where z
= 'somevalue' FOR UPDATE

Why can't this be executed without error in 7.3.x? It worked just fine
in 7.2.x. Thanks for the input

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message scott.marlowe 2003-11-05 21:05:49 Re: performance problem - 10.000 databases
Previous Message Marek Florianczyk 2003-11-05 18:55:50 Re: performance problem - 10.000 databases