Skip to content
Snippets Groups Projects
Commit 4af04f96 authored by Andres Freund's avatar Andres Freund
Browse files

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

Per Tom.
parent 275f05c9
Branches
Tags
No related merge requests found
...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment