query manipulation

Поиск
Список
Период
Сортировка
От Randall Smith
Тема query manipulation
Дата
Msg-id etmr99$4og$1@sea.gmane.org
обсуждение исходный текст
Ответы Re: query manipulation  (Randall Smith <randall@tnr.cc>)
Re: query manipulation  (Dave Cramer <pg@fastcrypt.com>)
Re: query manipulation  (Randall Smith <randall@tnr.cc>)
Список pgsql-jdbc
I'm trying to find a way to manipulate some poorly written queries in
which I don't have access to the application source.  I can't do it at
the Postgresql server, so I'm thinking of attacking it at the jdbc driver.

I was thinking of a wrapper that would look at and alter the SQL before
it went to the server.  Anyone know of something like this?
Specifically, I'm trying to drop "FOR UPDATE column name" off of some
queries.  They were written for Oracle, but Postgresql uses "FOR UPDATE
table name".  I'm not a Java programmer, but I won't let that stop me if
it is required.

Randall

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: DiverManager.getConnection hangs
Следующее
От: Randall Smith
Дата:
Сообщение: Re: query manipulation