Re: Pass where clause to a function

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Pass where clause to a function
Дата
Msg-id 53EC5464.3050903@hogranch.com
обсуждение исходный текст
Ответ на Re: Pass where clause to a function  (Andrew Bartley <ambartley@gmail.com>)
Ответы Re: Pass where clause to a function
Список pgsql-general
On 8/13/2014 10:59 PM, Andrew Bartley wrote:
I need this because it is a customer requirement.  The underlying tables the api will query are dynamically created, they are period/content partitioned and distributed across multiple servers and database types... not just postgres.  The api/function will determine what servers/databases/tables (some of them are foreign tables) to query based on the parameters passed to the api.  The customer wants to use their current reporting tool that does not support function selects.

I don't know how you would pass those expression fragments to a view to be passed to the function, however.   

what you describe above (and in the rest of your post) sounds very convoluted, and rather prone to poor performance.



-- 
john r pierce                                      37N 122W
somewhere on the middle of the left coast

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

Предыдущее
От: Patrick Dung
Дата:
Сообщение: Re: Trigger function cannot reference field name with capital letter
Следующее
От: Patrick Dung
Дата:
Сообщение: Re: PostgreSQL on AIX platform