Re: Backend-internal SPI operations

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Backend-internal SPI operations
Дата
Msg-id 16289.967814885@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Backend-internal SPI operations  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Backend-internal SPI operations
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: func() & select func()
Следующее
От: The Hermit Hacker
Дата:
Сообщение: [7.0.2] Negative OIDs?