pgsql: libpq docs: be clearer about conninfo's 'hostaddr' - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: libpq docs: be clearer about conninfo's 'hostaddr'
Date
Msg-id E1i82Tt-0004wP-6A@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
libpq docs: be clearer about conninfo's 'hostaddr'

The previous wording was a bit too terse, too vague on the subject of
'host' and 'hostaddr' in connection specifications, which has caused
people to waste time trying to conform to rules because of
misunderstanding the whole thing; this small change should make things
clearer.

Author: Robert Haas, stemming from Fabien Coelho's complaints
Discussion: https://postgr.es/m/alpine.DEB.2.21.1808201323020.13832@lancre

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/75f46eaee20c38b2a04f569e8a5fed4f63091bd3

Modified Files
--------------
doc/src/sgml/libpq.sgml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix comment in psql's describe.c
Next
From: Tom Lane
Date:
Subject: pgsql: Rearrange postmaster's startup sequence for better sysloggerres