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 6e05a36 commit 9bed2e6Copy full SHA for 9bed2e6
bin/pgut/pgut-fe.c
@@ -46,7 +46,7 @@ reconnect(int elevel)
46
if (port && port[0])
47
appendStringInfo(&buf, "port=%s ", port);
48
if (username && username[0])
49
- appendStringInfo(&buf, "username=%s ", username);
+ appendStringInfo(&buf, "user=%s ", username);
50
if (password && password[0])
51
appendStringInfo(&buf, "password=%s ", password);
52
0 commit comments