diff options
author | Andres Freund <andres@anarazel.de> | 2015-07-07 16:23:55 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-07-07 16:23:55 +0200 |
commit | 4af04f96bc9f604a57bf829469b26d8513fd6401 (patch) | |
tree | 5b21a115da768a44965a96caa56816b936437106 /doc/src | |
parent | 275f05c990c46f8dfe3cb46a3279521bda9e9e27 (diff) | |
download | postgresql-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.sgml | 2 |
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=> <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> |