Skip to content

Commit 5d682ca

Browse files
committed
Wording improvement for recent sesssion identifier SQL query.
1 parent b5c838e commit 5d682ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.218 2009/06/03 00:38:34 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.219 2009/06/03 20:34:29 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -3089,7 +3089,7 @@ local0.* /var/log/postgresql
30893089
separated by a dot. The numbers are the process start time and the
30903090
process ID, so <literal>%c</> can also be used as a space saving way
30913091
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:
30933093
<programlisting>
30943094
SELECT to_hex(EXTRACT(EPOCH FROM backend_start)::integer) || '.' ||
30953095
to_hex(procpid)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy