Skip to content

Commit 78af481

Browse files
committed
Use the traditional location in the example.
1 parent 2c48812 commit 78af481

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/documentation/clientparameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ When resolution occurs, the ``prompt_password``, ``prompt_title``, and
166166

167167
>>> p=pg_param.collect(prompt_title = None)
168168
>>> p
169-
{'pgpassfile': '/Users/{USER}/.pgpass', 'host': 'localhost', 'user': 'dbusername', 'port': 5432}
169+
{'pgpassfile': '/home/{USER}/.pgpass', 'host': 'localhost', 'user': 'dbusername', 'port': 5432}
170170
>>> pg_param.resolve_password(p)
171171
>>> p
172172
{'host': 'localhost', 'password': 'secret', 'user': 'dbusername', 'port': 5432}

0 commit comments

Comments
 (0)