From 4af04f96bc9f604a57bf829469b26d8513fd6401 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Tue, 7 Jul 2015 16:23:55 +0200 Subject: [PATCH] Refer to %p in the psql docs as 'process ID' not 'pid'. Per Tom. --- doc/src/sgml/ref/psql-ref.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index ac609fdf56a..f996865cd50 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -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.