Re: Backend-internal SPI operations - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Backend-internal SPI operations
Date
Msg-id 16289.967814885@sss.pgh.pa.us
Whole thread Raw
In response to Backend-internal SPI operations  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Backend-internal SPI operations
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> then it becomes
> SELECT * FROM (SELECT a, b, c FROM my_table);
> which would presumably be possible with the new query-tree.

Right, that's exactly how we've been planning to fix the problems
with grouped views and so forth.

I am beginning to think that this may have to happen for 7.1, else
view inside ISO-style JOIN constructs aren't going to work right.
Further news as it happens...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: func() & select func()
Next
From: The Hermit Hacker
Date:
Subject: [7.0.2] Negative OIDs?