Re: Application name patch - v2

Поиск
Список
Период
Сортировка
От daveg
Тема Re: Application name patch - v2
Дата
Msg-id 20091019121414.GO18626@sonic.net
обсуждение исходный текст
Ответ на Re: Application name patch - v2  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Application name patch - v2  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
On Mon, Oct 19, 2009 at 01:00:28PM +0100, Dave Page wrote:
> On Mon, Oct 19, 2009 at 12:57 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> > It is not practical. I'll log errors. Usually SQL injection generates
> > lot of errors. Loging all statements has not sense. What is difference
> > bad and good SQL statement.? Maybe multistatements are good candidates
> > for log as possible attackers statements. On highly load databases
> > loging all statements significantly increase load :(
> 
> Ahh, I see.
> 
> >> My point is, that the query to change the app name is logged using the
> >> *original* app name, thus it will not be discarded by the log analysis
> >> tools in your scenario.
> >>
> >
> > I thing, so change of original name should generate warning.
> 
> Well, if other people think that's necessary, it's certainly possible.

I have clients working around the lack of this feature by simply prepending
a single line comment to their sql in the application to supply the app name.
eg:
 -- monthly_report monthly_process.py:524 select wev from foo;

This feature would be very handy, but not if it requires special permission
to use it.

-dg


-- 
David Gould       daveg@sonic.net      510 536 1443    510 282 0869
If simplicity worked, the world would be overrun with insects.


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

Предыдущее
От: daveg
Дата:
Сообщение: Re: Deprecation
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Application name patch - v2