|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.218 2009/06/0300:38:34 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.219 2009/06/0320:34:29 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config"> |
4 | 4 | <title>Server Configuration</title> |
@@ -3089,7 +3089,7 @@ local0.* /var/log/postgresql |
3089 | 3089 | separated by a dot. The numbers are the process start time and the |
3090 | 3090 | process ID, so <literal>%c</> can also be used as a space saving way |
3091 | 3091 | of printing those items. For example, to generate the session |
3092 | | - identifier from <literal>pg_stat_activity</>, use: |
| 3092 | + identifier from <literal>pg_stat_activity</>, use this query: |
3093 | 3093 | <programlisting> |
3094 | 3094 | SELECT to_hex(EXTRACT(EPOCH FROM backend_start)::integer) || '.' || |
3095 | 3095 | to_hex(procpid) |
|