We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b22b3 commit e426771Copy full SHA for e426771
packages/pg/lib/connection.js
@@ -83,6 +83,7 @@ Connection.prototype.connect = function (port, host) {
83
const options = Object.assign(
84
{
85
socket: self.stream,
86
+ host,
87
},
88
self.ssl
89
)
0 commit comments