2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-07 08:52:32 +00:00

Merge pull request #4084 from bybai/pgsql

enhance pgsqlseup manpage about access addresses
This commit is contained in:
Bin Xu
2017-10-11 18:18:25 +08:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ This option is used to specify additional IP addresses on which the PostgreSQL d
=item B<-a|--access> I<address>
This option is used to specify additional IP addresses from which the service nodes will connect to the PostgreSQL database. Without it, only the management node will be configured for database access. This option can be specified multiple times.
This option is used to specify additional IP addresses from which the additional nodes will connect to the PostgreSQL database, for example, service nodes IP addresses or MN HA primary/standby nodes physical IP addresses. Without it, only the management node will be configured for database access. This option can be specified multiple times.
=item B<-P|--PCM>