Re: Backend-internal SPI operations

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: Backend-internal SPI operations
Дата
Msg-id 200008312334.SAA18454@jupiter.jw.home
обсуждение исходный текст
Ответ на Backend-internal SPI operations  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Peter Eisentraut wrote:
> Jan Wieck writes:
>
> >     And  it's time to make more use of the relkind attribute. For
> >     7.2, when we want to have tuple-set returns for functions, we
> >     might  want  to have structures as well
>
> After the fabled query-tree redesign, couldn't you implement views simply
> like this:
>
> SELECT * FROM my_view;
>
> becomes
>
> SELECT * FROM (view_definition);
>
   Hmmm, don't know what you mean with that.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Rini Dutta
Дата:
Сообщение: optimal performance for inserts
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: func() & select func()