Re: targetlist functions part 1 (was [HACKERS] targetlist

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: targetlist functions part 1 (was [HACKERS] targetlist
Дата
Msg-id Pine.LNX.4.44.0301132253430.789-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: targetlist functions part 1 (was [HACKERS] targetlist  (Joe Conway <mail@joeconway.com>)
Ответы Re: targetlist functions part 1 (was [HACKERS] targetlist  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Joe Conway writes:

> The short answer is we need a way to allow a "table function" to fire
> multiple times given one or more columns from a table as input.

Has there been an evaluation of the SQL standard and other databases how
this is handled?  I can't believe we're operating in ground-breaking
territory here.  What concerns me is that we're inserting table-generating
syntax elements into the select list, which is where they've never
belonged.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: fix broken regression tests
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Add UNIQUE and PRIMARY KEY to pg_get_constraintdef