mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-28 11:55:03 +03:00 
			
		
		
		
	Refer to %p in the psql docs as 'process ID' not 'pid'.
Per Tom.
This commit is contained in:
		| @@ -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> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user