diff --git a/doc/configuration-password-management.xml b/doc/configuration-password-management.xml index 4a6a2c0b..2a535996 100644 --- a/doc/configuration-password-management.xml +++ b/doc/configuration-password-management.xml @@ -129,6 +129,18 @@ node3:5432:repmgr:repmgr:foo node3:5432:replication:repluser:foo + + + It's possible to specify an alternative location for the ~/.pgpass file, either via + the environment variable PGPASSFILE, or (from PostgreSQL 9.6) using the + passfile parameter in connection strings. + + + If using the passfile parameter, it's essential to ensure the file is in the same + location on all nodes, as when connecting to a remote node, the file referenced is the one on the + local node. + +