Thread: Detailed logging, but only for one user?

Detailed logging, but only for one user?

From
"Michael Nolan"
Date:
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?

From
Richard Huxton
Date:
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