1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

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

Per Tom.
This commit is contained in:
Andres Freund 2015-07-07 16:23:55 +02:00
parent 275f05c990
commit 4af04f96bc

View 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>