We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8773ce commit 839b6b4Copy full SHA for 839b6b4
packages/pg/lib/connection.js
@@ -79,6 +79,7 @@ class Connection extends EventEmitter {
79
const options = Object.assign(
80
{
81
socket: self.stream,
82
+ host,
83
},
84
self.ssl
85
)
0 commit comments