projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
275f05c
)
Refer to %p in the psql docs as 'process ID' not 'pid'.
author
Andres Freund
<
[email protected]
>
Tue, 7 Jul 2015 14:23:55 +0000
(16:23 +0200)
committer
Andres Freund
<
[email protected]
>
Tue, 7 Jul 2015 14:23:55 +0000
(16:23 +0200)
Per Tom.
doc/src/sgml/ref/psql-ref.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/psql-ref.sgml
b/doc/src/sgml/ref/psql-ref.sgml
index ac609fdf56a87389ee1d9f8952a3f41c18fc6370..f996865cd50971532c7d8c64bc98d3315a7860e3 100644
(file)
--- a/
doc/src/sgml/ref/psql-ref.sgml
+++ b/
doc/src/sgml/ref/psql-ref.sgml
@@
-3367,7
+3367,7
@@
testdb=> <userinput>INSERT INTO my_table VALUES (:'content');</userinput>
<varlistentry>
<term><literal>%p</literal></term>
<listitem>
- <para>The p
id
of the backend currently connected to.</para>
+ <para>The p
rocess ID
of the backend currently connected to.</para>
</listitem>
</varlistentry>