node-postgres icon indicating copy to clipboard operation
node-postgres copied to clipboard

PostgreSQL client for node.js.

Results 357 node-postgres issues
Sort by recently updated
recently updated
newest added

Following [this](https://github.com/brianc/node-postgres/pull/3143) discussion I implemented the suggested solution. Removing the `nodeCrypto` check inside of `md5` function because we anyway only export `utils-webcrypto` when we're in the correct environment.

Inserted a reminder to install libpq-dev before running `yarn lerna bootstrap`. It's pretty straightforward in light of the error messages, but I cloned the repo twice and failed both times.

Hello, I have a question about the best practice when connecting RDS Proxy. (TL;DR Should I use **Pg.Pool** or **Pg.Client** ?) Let's say I am querying the database multiple times,...

The __biggest__ issue was when messages came in out of order sometimes the client would throw a null ref error in an uncatchable place in the code & crash the...

Hello I have been using this library for more than 2 years but never faced this issue but in this few weeks I am facing a issue problem I am...

Hi there, it seems that there is a bug around `client.end` / `pool.end` in that when awaited (or using callbacks) the promise can resolve **before** the underlying connection / stream...

For example, connecting to IP 1.2.3.4 yields the following error: ``` Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: Host: localhost. is not in the cert's altnames: IP Address:1.2.3.4 at...

bug

Hey all, I'm using node pg + the copy extension to run COPY TO STDOUT on the postgres server to write to a file locally. I've noticed that certain tables...

Clarification please. I am using the pg node pg copy extension. It seems that you have to create a client from a pool, run the copy and then release it....

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.17.0 to 6.21.0. Release notes Sourced from @​typescript-eslint/parser's releases. v6.21.0 6.21.0 (2024-02-05) 🚀 Features export plugin metadata (#8331) allow parserOptions.project: false (#8339) eslint-plugin: add rule prefer-find (#8216)...

dependencies