]> granicus.if.org Git - postgresql/commit
psql: Show IP address in \conninfo
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 19 Nov 2018 17:34:12 +0000 (14:34 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 19 Nov 2018 17:34:12 +0000 (14:34 -0300)
commit6e5f8d489acccdc50a35a1b7db8e72b5ad579253
treeef5cf5e4758c70c8076b665dc2d79305ad55e598
parent7ee5f88e650619ee619f7e2854ac50ff59d0b0c7
psql: Show IP address in \conninfo

When hostaddr is given, the actual IP address that psql is connected to
can be totally unexpected for the given host.  The more verbose output
we now generate makes things clearer.  Since the "host" and "hostaddr"
parts of the conninfo could come from different sources (say, one of
them is in the service specification or a URI-style conninfo and the
other is not), this is not as silly as it may first appear.  This is
also definitely useful if the hostname resolves to multiple addresses.

Author: Fabien Coelho
Reviewed-by: Pavel Stehule, Arthur Zakirov
Discussion: https://postgr.es/m/alpine.DEB.2.21.1810261532380.27686@lancre
https://postgr.es/m/alpine.DEB.2.21.1808201323020.13832@lancre
doc/src/sgml/libpq.sgml
src/bin/psql/command.c
src/interfaces/libpq/exports.txt
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpq-int.h