Arguments to foreign tables?

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Arguments to foreign tables?
Дата
Msg-id 1352059160.6292.20.camel@jdavis-laptop
обсуждение исходный текст
Ответы Re: Arguments to foreign tables?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Arguments to foreign tables?  (Willem Leenen <willem_leenen@hotmail.com>)
Re: Arguments to foreign tables?  (John R Pierce <pierce@hogranch.com>)
Список pgsql-hackers
Is there any fundamental or philosophical reason why a foreign table
can't accept arguments? Should that be a TODO?

Right now, to accept arguments to a from-clause item, you have to use an
SRF, which is much more limited than a foreign table. If foreign tables
could accept arguments, then SRFs could just be a simplified special
case of foreign tables.

I looked for some previous discussions on this topic and nothing turned
up.

Regards,Jeff Davis




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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: SP-GiST for ranges based on 2d-mapping and quad-tree
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Arguments to foreign tables?