2010/4/18 Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>:
> Đỗ Ngọc Trí Cường wrote:
>> Dear all,
>>
>> I've a problem but I search all the help file and can't find the solution.
>>
>> I want to track all action of a specify role on all or one schema in
>> database.
>>
>> Can you help me?
>
> You can use statement-level logging, though there are no facilities in
> statement-level logging to restrict what is logged to only one role's
> activity.
Wouldn't this work:
alter user smarlowe set log_statement = 'all';