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:
parent
275f05c990
commit
4af04f96bc
@ -3367,7 +3367,7 @@ testdb=> <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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user