pgsql: Add psql PROMPT variable showing the pid of the connected to bac

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add psql PROMPT variable showing the pid of the connected to bac
Date: 2015-07-07 11:40:58
Message-ID: E1ZCRFC-0006rW-CC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

The substitution for the pid is %p.

Author: Julien Rouhaud
Discussion: 116262CF971C844FB6E793F8809B51C6E99D48(at)BPXM02GP(dot)gisp(dot)nec(dot)co(dot)jp

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/275f05c990c46f8dfe3cb46a3279521bda9e9e27

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 7 +++++++
src/bin/psql/prompt.c | 10 ++++++++++
2 files changed, 17 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-07 13:41:47 pgsql: Turn install.bat into a pure one line wrapper fort he perl scrip
Previous Message Andres Freund 2015-07-07 11:14:57 pgsql: Fix logical decoding bug leading to inefficient reopening of fil