From 8413a97db64aee578310469923d5ca2adf15bda5 Mon Sep 17 00:00:00 2001 From: mkiyama Date: Thu, 13 Sep 2018 15:25:23 -0700 Subject: [PATCH] docs - correct gpinitsystem use of HBA_HOSTNAME parameter. --- .../admin_utilities/gpinitsystem.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/gpdb-doc/dita/utility_guide/admin_utilities/gpinitsystem.xml b/gpdb-doc/dita/utility_guide/admin_utilities/gpinitsystem.xml index 37805abecc..43a548c2e6 100644 --- a/gpdb-doc/dita/utility_guide/admin_utilities/gpinitsystem.xml +++ b/gpdb-doc/dita/utility_guide/admin_utilities/gpinitsystem.xml @@ -503,15 +503,14 @@ declare -a MIRROR_ARRAY=( HBA_HOSTNAMES - Optional. This parameter controls whether Greenplum Database - utilities use IP addresses or host names in the pg_hba.conf - file when updating the file with addresses that can connect to Greenplum - Database. The default value is 0, the utilities use IP - addresses when updating the file. When initializing a Greenplum Database - system, specify HBA_HOSTNAMES=1 to have the utilities use - host names in the pg_hba.conf file. This option is set when - the system is initialized and cannot be changed after the system is - initialized. + Optional. This parameter controls whether + gpinitsystem use IP addresses or host names in the + pg_hba.conf file when updating the file with addresses + that can connect to Greenplum Database. The default value is + 0, the utility uses IP addresses when updating the + file. When initializing a Greenplum Database system, specify + HBA_HOSTNAMES=1 to have the utility use host names in + the pg_hba.conf file. For information about how Greenplum Database resolves host names in the pg_hba.conf file, see . -- GitLab