Skip to content

Commit 094224d

Browse files
committed
Use a more descriptive value for the user parameter.
1 parent 28bf649 commit 094224d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/clientparameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
to support sub-dictionaries like settings::
2121
2222
>>> normal_params = {
23-
'user' : 'jwp',
23+
'user' : 'dbusername',
2424
'host' : 'localhost',
2525
'settings' : {'default_statistics_target' : 200, 'search_path' : 'home,public'}
2626
}

0 commit comments

Comments
 (0)