Commit 4af04f96 authored by Andres Freund's avatar Andres Freund

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

Per Tom.
parent 275f05c9
...@@ -3367,7 +3367,7 @@ testdb=&gt; <userinput>INSERT INTO my_table VALUES (:'content');</userinput> ...@@ -3367,7 +3367,7 @@ testdb=&gt; <userinput>INSERT INTO my_table VALUES (:'content');</userinput>
<varlistentry> <varlistentry>
<term><literal>%p</literal></term> <term><literal>%p</literal></term>
<listitem> <listitem>
<para>The pid of the backend currently connected to.</para> <para>The process ID of the backend currently connected to.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment