Refer to %p in the psql docs as 'process ID' not 'pid'.
authorAndres Freund <[email protected]>
Tue, 7 Jul 2015 14:23:55 +0000 (16:23 +0200)
committerAndres Freund <[email protected]>
Tue, 7 Jul 2015 14:23:55 +0000 (16:23 +0200)
Per Tom.

doc/src/sgml/ref/psql-ref.sgml

index ac609fdf56a87389ee1d9f8952a3f41c18fc6370..f996865cd50971532c7d8c64bc98d3315a7860e3 100644 (file)
@@ -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>