-
Hi,
I am using `pgxpool` to manage DB connections to a PostgreSQL instance and have observed a very strange behavior after running a simple query on the DB: `pgx` is not able to acquire a connectio…
-
Pretty much the title question. I have used scany for a while with pgx v4 and am now updating to pgx v5. With pgx v5 supporting scan to struct with RowToStruct..., are there any differences between…
-
**Is your feature request related to a problem? Please describe.**
The `pgx` and `postgres` drivers share a lot of code since the `pgx` driver was copied from the `postgres` driver. This makes develo…
-
I'm attempting to compile promscale_extension for PostgreSQL 14.5 on FreeBSD 13.1, but the build fails with the message `fatal error: 'libintl.h' file not found`. This problem occurs on promscale_exte…
-
### What do you want to change?
At the moment, the [documentation](https://docs.sqlc.dev/en/stable/howto/insert.html#postgresql) states:
> PostgreSQL supports the [COPY protocol](https://www.postgre…
-
### Describe the bug
While inserting array in risingwave using golang (pgx) this issue was faced.
### Error message/log
```text
frontend-node-0 | 2023-08-01T09:32:09.064419164Z ERROR pgwi…
-
### Version
Other
### What happened?
As I want to use batch queries I switched to the `pgx/v4` engine.
Once I set this up, the Prepare statement is no more generated as expected.
### Releva…
-
I'm looking into packaging Pegex for Debian as a new dependency of Inline-C.
One issue I stumbled upon is that test/devel/grammars/vic.pgx has a different copyright notice than the rest but no licens…
-
Hello,
I've just started using your library, pretty impressed, esp. with JSON handling.
I'm seeing spurious conn busy errors on my development machine. Once they start, they never stop until I r…
-
## Error message
```
pgtype.JSON ERROR: invalid input syntax for type json (SQLSTATE 22P02)
```
## Description
When use **pgx/v4/stdlib** and **sqlx** to store pgtype.JSON to database, will get…