We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bf649 commit 094224dCopy full SHA for 094224d
1 file changed
postgresql/clientparameters.py
@@ -20,7 +20,7 @@
20
to support sub-dictionaries like settings::
21
22
>>> normal_params = {
23
- 'user' : 'jwp',
+ 'user' : 'dbusername',
24
'host' : 'localhost',
25
'settings' : {'default_statistics_target' : 200, 'search_path' : 'home,public'}
26
}
0 commit comments