Kris Kiger <[EMAIL PROTECTED]> writes:
> 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
Try saying "FOR UPDATE OF ta, tb".
I agree t
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
---(end of broadcast)---
TIP 8: explain anal