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 87dd65f commit 43b67d3Copy full SHA for 43b67d3
lib/client.js
@@ -66,7 +66,7 @@ Client.prototype.connect = function (callback) {
66
this._connecting = true
67
68
if (this.host && this.host.indexOf('/') === 0) {
69
- con.connect(this.host + '/.s.PGSQL.' + this.port)
+ con.connect(this.host)
70
} else {
71
con.connect(this.port, this.host)
72
}
0 commit comments