1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Add support for logging the current role.

Stephen Frost, with some editorialization by me.
This commit is contained in:
Robert Haas
2011-01-12 11:34:53 -05:00
parent b7a0b42641
commit a8a8867912
2 changed files with 16 additions and 1 deletions

View File

@ -3504,7 +3504,12 @@ local0.* /var/log/postgresql
</row>
<row>
<entry><literal>%u</literal></entry>
<entry>User name</entry>
<entry>Login user name</entry>
<entry>yes</entry>
</row>
<row>
<entry><literal>%U</literal></entry>
<entry>Current user name</entry>
<entry>yes</entry>
</row>
<row>