Refer to %p in the psql docs as 'process ID' not 'pid'.

Per Tom.
pull/14/head
Andres Freund 10 years ago
parent 275f05c990
commit 4af04f96bc
  1. 2
      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>

Loading…
Cancel
Save