Обсуждение: Detailed logging, but only for one user?

Поиск
Список
Период
Сортировка

Detailed logging, but only for one user?

От
"Michael Nolan"
Дата:
Is there any way to enable detailed logging (ie, at the SQL statement level) but only for one user? 
--
Mike Nolan

Re: Detailed logging, but only for one user?

От
Richard Huxton
Дата:
Michael Nolan wrote:
> Is there any way to enable detailed logging (ie, at the SQL statement level)
> but only for one user?

ALTER ROLE SET <config-param> = <value>;
ALTER USER SET <config-param> = <value>;

--
   Richard Huxton
   Archonet Ltd