-
Postgres 17 is... supported but unsupported.
```
(base) ➜ ~ pgxman install hydra_columnar
could not detect a supported installation of PostgreSQL. For more info, run `pgxman doctor`
(base) ➜ …
-
### Current Terraform Version
```
Terraform v1.0.3
on linux_amd64
```
### Use-cases
Allow terraform client to failover to the secondary database when master database is not available.
#…
-
### What do you want to change?
Currently the autogenerated `db.go` file contains this two types:
```go
type DBTX interface {
Exec(context.Context, string, ...interface{}) (pgconn.CommandTag,…
-
**Describe the bug**
There is a memory leak while using pgx Select Scans. There is a consistent increase of memory usage by the package. Here is a pprof dump -
```
reflect.New:3256 github.com/jackc…
-
[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ )
## Summary
Hi, currently we are using pgx methods `CopyFrom`, that uses postgresql copy protocol, on ours bulk in…
-
During debugging I have found that one of my go-routines got sutck on `pgx.pool.Acquire()` function. The thing is, I have multiple go-routines using single pool. So, the question is, is `pgx.pool` saf…
-
**Describe the bug**
pgx/v4 has an API called [`RegisterConnConfig`](https://pkg.go.dev/github.com/jackc/pgx/v4@v4.14.1/stdlib#RegisterConnConfig), which allows user to customize pgx configuration (s…
-
xorm现在用的好像是lib/pq这个包,也是无法支持读取数组类型字段的,我测了jackc/pgx这个包是支持的,也支持json/jsonb类型,是否考虑在xorm中用pgx这个包替换lib/pq?两个包的使用方法几乎是一样的,而且pgx里还有pgx.NullInt16,pgx.NullInt32,pgx.NullInt64等类型。
-
**Description**
pgx is a PostgreSQL driver and toolkit for Go. An SQL Injection can occur if an attacker can cause a single query or bind message to exceed 4 GB in size. An Integer Overflow in the …
-
## Expected Behavior
According to https://github.com/jackc/pgx/pull/545 pgx can accept multiple Postgres hosts in the format like 2.2.2.2:1,127.0.0.1,4.2.4.2
I assume that temporal passes this to a …