Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
5d682cab
Commit
5d682cab
authored
Jun 03, 2009
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wording improvement for recent sesssion identifier SQL query.
parent
b5c838e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+2
-2
No files found.
doc/src/sgml/config.sgml
View file @
5d682cab
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.21
8 2009/06/03 00:38:34
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.21
9 2009/06/03 20:34:29
momjian Exp $ -->
<chapter Id="runtime-config">
<chapter Id="runtime-config">
<title>Server Configuration</title>
<title>Server Configuration</title>
...
@@ -3089,7 +3089,7 @@ local0.* /var/log/postgresql
...
@@ -3089,7 +3089,7 @@ local0.* /var/log/postgresql
separated by a dot. The numbers are the process start time and the
separated by a dot. The numbers are the process start time and the
process ID, so <literal>%c</> can also be used as a space saving way
process ID, so <literal>%c</> can also be used as a space saving way
of printing those items. For example, to generate the session
of printing those items. For example, to generate the session
identifier from <literal>pg_stat_activity</>, use:
identifier from <literal>pg_stat_activity</>, use
this query
:
<programlisting>
<programlisting>
SELECT to_hex(EXTRACT(EPOCH FROM backend_start)::integer) || '.' ||
SELECT to_hex(EXTRACT(EPOCH FROM backend_start)::integer) || '.' ||
to_hex(procpid)
to_hex(procpid)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment