From d66cfe1bf430ba20c52a9e9a9565edcb7cc0ac48 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 21 Jan 2018 13:40:55 +0100 Subject: Fix wording of "hostaddrs" The field is still called "hostaddr", so make sure references use "hostaddr values" instead. Author: Michael Paquier --- doc/src/sgml/libpq.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 7bc3c601287..a2fbb5f01d3 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1010,8 +1010,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname - A comma-separated list of hostaddrs is also accepted, in - which case each host in the list is tried in order. See + A comma-separated list of hostaddr values is also + accepted, in which case each host in the list is tried in order. See for details. -- cgit v1.2.3