Push down

From: Yacov Wolfowicz <yacov(dot)wolfowicz(at)pythiasystems(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Push down
Date: 2013-06-19 14:38:36
Message-ID: CAL=Ufz95KLCXRgMHJmem+B1c-xKTN95-D+10YZdeSG3qD37B=Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2013-06-19 15:24:15 Re: Bad error message on valuntil
Previous Message Peter Eisentraut 2013-06-19 14:22:01 Re: how to find out whether a view is updatable