diff --git a/doc/configuration-password-management.xml b/doc/configuration-password-management.xml
index 7e02b579..b083044b 100644
--- a/doc/configuration-password-management.xml
+++ b/doc/configuration-password-management.xml
@@ -142,6 +142,16 @@ node3:5432:repmgr:postgres:foo
node3:5432:replication:repluser:foo
+
+ The ~/.pgpass file can be simplified with the use of wildcards if
+ there is no requirement to restrict provision of passwords to particular hosts, ports
+ or databases. The preceding file could then be formatted like this:
+
+*:*:*:repmgr:foo
+*:*:*:postgres:foo
+
+
+
It's possible to specify an alternative location for the ~/.pgpass file, either via