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 e8f7649 commit d4dc760Copy full SHA for d4dc760
lib/connection.js
@@ -116,8 +116,8 @@ p.startup = function(config) {
116
.addCString(config.user)
117
.addCString('database')
118
.addCString(config.database)
119
- .addCString('options')
120
- .addCString("--client_encoding='utf-8'")
+ .addCString('client_encoding')
+ .addCString("'utf-8'")
121
.addCString('').flush();
122
//this message is sent without a code
123
0 commit comments