Re: [QUESTIONS] How fully will subselects be implemented? - Mailing list pgsql-hackers

From Vadim B. Mikheev
Subject Re: [QUESTIONS] How fully will subselects be implemented?
Date
Msg-id 34F43FE7.5BBD1E6B@sable.krasnoyarsk.su
Whole thread Raw
In response to Re: [QUESTIONS] How fully will subselects be implemented?  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
>
> >
> > First, this list is not right place to ask about 6.3 features :)
> > 2nd, subselects within UPDATE are supported.
>
> They are?  I thought he wanted to do:
>
>         update test set x = (select y from taby)
>
> I didn't think we supported that.  Can you confirm that?

Oh, this is not supported, sorry.
And select a, (select b from tab2) from tab1 and so on...

Vadim

pgsql-hackers by date:

Previous
From: Joao Leao
Date:
Subject: unsubscribe
Next
From: "Vadim B. Mikheev"
Date:
Subject: Re: [HACKERS] Open 6.3 issues