Push down

Поиск
Список
Период
Сортировка
От Yacov Wolfowicz
Тема Push down
Дата
Msg-id CAL=Ufz95KLCXRgMHJmem+B1c-xKTN95-D+10YZdeSG3qD37B=Q@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Hi all,

I'm writing a foreign data wrapper in which i'm taking control of various aspects of SELECT queries (such as join, order by, count, sum etc.).

Is it possible? for example, when trying to count(*), i see that pg supplies an empty list of columns to select from, and probably does the counting by itself. The same goes for sum and order by and so on.


Help will be much appreciated :-)   Thanks

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: how to find out whether a view is updatable
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Bad error message on valuntil