Push down - Mailing list pgsql-hackers

From Yacov Wolfowicz
Subject Push down
Date
Msg-id CAL=Ufz95KLCXRgMHJmem+B1c-xKTN95-D+10YZdeSG3qD37B=Q@mail.gmail.com
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: how to find out whether a view is updatable
Next
From: Peter Eisentraut
Date:
Subject: Re: Bad error message on valuntil