Re: Extension to rewrite queries before execution - Mailing list pgsql-general

From Jeff Janes
Subject Re: Extension to rewrite queries before execution
Date
Msg-id CAMkU=1zGnk+-2K_YHXVZyRGNNGAy7r45rPbL7ppbWPECgj5-7g@mail.gmail.com
Whole thread Raw
In response to Re: Extension to rewrite queries before execution  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: Extension to rewrite queries before execution
List pgsql-general
On Thu, Aug 13, 2015 at 2:02 PM, Adrian Klaver <adrian.klaver@aklaver.com> wrote:
On 08/13/2015 12:49 PM, Jeff Janes wrote:
I am looking for an extension or a technique that will allow me to
intercept a query by the exact query text, and replace that query with a
different one.

What is sending the query?

In other words what library is the app using to communicate with the Postgres server?

I believe it is some ancient version of Hibernate.
 
Cheers,

Jeff

pgsql-general by date:

Previous
From: Michael H
Date:
Subject: stack depth
Next
From: Adrian Klaver
Date:
Subject: Re: Extension to rewrite queries before execution