Re: is there a hook by which we can modify input query before postgresql builds raw parse tree - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: is there a hook by which we can modify input query before postgresql builds raw parse tree
Date
Msg-id CAB7nPqRxcMDm8fQ6_xpYbqZ7vctiyVRGkjB5gfRyteqCVxdk9A@mail.gmail.com
Whole thread Raw
In response to is there a hook by which we can modify input query before postgresql builds raw parse tree  (Rajmohan C <csrajmohan@gmail.com>)
Responses Re: is there a hook by which we can modify input query before postgresql builds raw parse tree  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Fri, May 2, 2014 at 1:37 PM, Rajmohan C <csrajmohan@gmail.com> wrote:
> Hi,
>
>    I want to know is there a way to use a hook to modify the input query
> before Postgresql parses and builds the parse tree for the query.
Not that I know of. I am not sure that enforcing query rewrite on the
server side is a good idea at this may trap your applications and have
them face unexpected behaviors.

FWIW, a presentation about hooks has been done at PGCon 2012, you can
refer to it as well for your future work:
http://wiki.postgresql.org/images/e/e3/Hooks_in_postgresql.pdf
-- 
Michael



pgsql-hackers by date:

Previous
From: Atri Sharma
Date:
Subject: Re: is there a hook by which we can modify input query before postgresql builds raw parse tree
Next
From: Michael Paquier
Date:
Subject: Re: is there a hook by which we can modify input query before postgresql builds raw parse tree