node-postgres
node-postgres copied to clipboard
PostgreSQL client for node.js.
Most likely is the direct consequence of #3043 After upgrading to 8.11.3 we've started to experience the increased latency for one of our queries: The graph shows latency at 8.11.2,...
Hi there, devcontainer does not work on WSL2. It looks like `apt-get update` fails and exits with code100. ```txt ... => ERROR [web dev_container_auto_added_stage_label 2/7] RUN apt-get upda 0.7s ------...
Copy of this issue from the legacy repository https://github.com/brianc/node-pg-query-stream/issues/51 When using `pg-query-stream` is there a way to get the field description at the beginning or end of the stream?
I want to make use of node-pg over a SOCKS5 proxy. I have an instance of the SOCKS5 connection in a net.Socket instance, but cannot make it work correctly. -...
Parsing Postgres types is well documented on [node-pg-types](https://github.com/brianc/node-pg-types) like to parse every `TIMESTAMPZ` type into a `Moment` object, we can do something like: ```js var types = require('pg').types var moment...
Added 'lock_timeout' option in Config object documentation since it's explicitly declared in node-postgres (packages/pg/lib/connection-parameters.js) I also checked it works as documented in PostgreSQL Docs: https://www.postgresql.org/docs/current/runtime-config-client.html#GUC-LOCK-TIMEOUT
Hi, I work on a product that allows users to connect to their own postgres instance and write queries. I noticed for hostnames related to [incorta](https://www.incorta.com/), if the configuration isn't...
Package `pg-types` continues to drag in some ancient dependencies that haven't been updated in ages. Those in turn drag in more ancient and obsolete dependencies, like [xtend](https://github.com/Raynos/xtend), for instance. Please...
Hi and thank you for the great library and endless support! It would be great to have this library [export native named exports](https://nodejs.org/api/esm.html#esm_conditional_exports) so we could import it natively on...
Hi, Thank you for this amazing project! 🙏 We're facing an issue with `pg-query-stream`, however, I'm not sure if its the package or something else. ### The issue We're selecting...