Add psql PROMPT variable showing the pid of the connected to backend.

Andres Freund <andres@anarazel.de>

Commit: 275f05c990c46f8dfe3cb46a3279521bda9e9e27
Author: Andres Freund <andres@anarazel.de>
Date: 2015-07-07T11:40:44Z
Releases: 9.6.0
Add psql PROMPT variable showing the pid of the connected to backend.

The substitution for the pid is %p.

Author: Julien Rouhaud
Discussion: 116262CF971C844FB6E793F8809B51C6E99D48@BPXM02GP.gisp.nec.co.jp

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +7 −0
src/bin/psql/prompt.c modified +10 −0

Documentation touched