aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2015-07-07 16:23:55 +0200
committerAndres Freund <andres@anarazel.de>2015-07-07 16:23:55 +0200
commit4af04f96bc9f604a57bf829469b26d8513fd6401 (patch)
tree5b21a115da768a44965a96caa56816b936437106 /doc/src
parent275f05c990c46f8dfe3cb46a3279521bda9e9e27 (diff)
downloadpostgresql-4af04f96bc9f604a57bf829469b26d8513fd6401.tar.gz
postgresql-4af04f96bc9f604a57bf829469b26d8513fd6401.zip
Refer to %p in the psql docs as 'process ID' not 'pid'.
Per Tom.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index ac609fdf56a..f996865cd50 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -3367,7 +3367,7 @@ testdb=&gt; <userinput>INSERT INTO my_table VALUES (:'content');</userinput>
<varlistentry>
<term><literal>%p</literal></term>
<listitem>
- <para>The pid of the backend currently connected to.</para>
+ <para>The process ID of the backend currently connected to.</para>
</listitem>
</varlistentry>