Re: Auto-explain patch

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Re: Auto-explain patch
Дата
Msg-id 20080709183122.5DC2.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Re: Auto-explain patch  (Dean Rasheed <dean_rasheed@hotmail.com>)
Ответы Re: Auto-explain patch  ("Marko Kreen" <markokr@gmail.com>)
Список pgsql-hackers
Dean Rasheed <dean_rasheed@hotmail.com> wrote:

> * client_sql_trace = on | off - settable by a normal user to allow a
> client session to see the sql_trace output. If this parameter is on,
> the sql_trace will be logged as NOTICE output.

In terms of security, is it ok to show normal users SQLs used in functions
that are owned by other users? Users can call not-owned functions only if
they have EXECUTE privilege on them. -- presently we can see function
bodies from pg_proc.prosrc freely, though.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center




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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: Auto-explain patch
Следующее
От: Tino Wildenhain
Дата:
Сообщение: Re: Identifier case folding notes