You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was previously requested in this issue: #1482 I believe that issue was closed mistakenly. Here is the Postgres source code that looks at this parameter.
It looks like the fix would be in the ConnectionParameters object. I am happy to create a PR to addrss this issue.
yeah I don't understand the use case of that param exactly but happy to
review a PR about it. Should be easy to support in both the native & pure
JS version. The key would just be making sure it has test coverage as the
tests are the only way I can reliably maintain the codebase for years when
some of the features added are things I don't use directly (at least not
_yet_) :)
Postgres describes this parameter here: https://www.postgresql.org/docs/9.1/libpq-connect.html#LIBPQ-CONNECT-OPTIONS. This driver should support passing through the parameter, or reading it from an environment variable.
This was previously requested in this issue: #1482 I believe that issue was closed mistakenly. Here is the Postgres source code that looks at this parameter.
It looks like the fix would be in the
ConnectionParameters
object. I am happy to create a PR to addrss this issue.node-postgres/packages/pg/lib/connection-parameters.js
Lines 121 to 126 in 70cf4dc
The text was updated successfully, but these errors were encountered: