Refer to %p in the psql docs as 'process ID' not 'pid'.
authorAndres Freund
Tue, 7 Jul 2015 14:23:55 +0000 (16:23 +0200)
committerAndres Freund
Tue, 7 Jul 2015 14:23:55 +0000 (16:23 +0200)
Per Tom.

doc/src/sgml/ref/psql-ref.sgml

index ac609fdf56a87389ee1d9f8952a3f41c18fc6370..f996865cd50971532c7d8c64bc98d3315a7860e3 100644 (file)
@@ -3367,7 +3367,7 @@ testdb=> INSERT INTO my_table VALUES (:'content');
       
         %p
         
-         The pid of the backend currently connected to.
+         The process ID of the backend currently connected to.