We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078ac79 commit 9cbd742Copy full SHA for 9cbd742
load_into_pg.py
@@ -58,7 +58,7 @@ def handleTable(table, keys, dbname, mbDbFile, mbHost, mbPort, mbUsername, mbPas
58
59
# TODO Is the escaping done here correct?
60
if mbUsername is not None:
61
- dbConnectionParam += ' username={}'.format(mbUsername)
+ dbConnectionParam += ' user={}'.format(mbUsername)
62
63
64
if mbPassword is not None:
0 commit comments