Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5d682ca

Browse files
committed
Wording improvement for recent sesssion identifier SQL query.
1 parentb5c838e commit5d682ca

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/0300:38:34 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.219 2009/06/0320: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)

[8]ページ先頭

©2009-2025 Movatter.jp