-
I noticed transactions are not supported, at least when testing with `tokio-postgres`.
My `pgwire` handler receives a `BEGIN` statement and it's handled by the `SimpleQueryHandler` implementation. …
-
I am trying to run the migration, which has tables and indexes(also some are unique and concurrent) creation SQL statement in a single SQL file, but getting the below error.
(details: pq: CREATE I…
-
## 📚 Context
So that developer can experiment applications using espresso sequencer during local development, we need to provide a espresso dev node as a service.
## ✔️ Solution
Add the espre…
-
Unfortunately it seems that the backed up archives are not able to be restored..
ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.2-v0.2.1
Cluster CRD:
```yaml
---
apiVersion: postgresql.cnpg.io…
-
At this moment prepare function that is documented here:
- https://docs.rs/tokio-postgres/0.7.6/tokio_postgres/struct.Client.html#method.prepare
could have improved documentation.
The PostgreS…
-
Richard Loveland (rmloveland) commented:
Similar to what exists in the [Migrate from Oracle](https://www.cockroachlabs.com/docs/stable/migrate-from-oracle.html#transactions-locking-and-concurrency-c…
-
Saw this from `make up` locally.
```
brokerd_1 | 2021-08-10T22:00:18.162Z DEBUG broker broker/broker.go:412 auction 01fcs18b087mprak1pjct3491v closed batch 01fcs189fvc5tjqbmpqawfyt2g with 1 wi…
-
My normalized test is failing in GitHub actions with this error:
```
Traceback (most recent call last):
File "/home/runner/work/twitter_postgres/twitter_postgres/load_tweets.py", line 411, in
…
-
## Problem
I often need to debug transactions in Postgres in development, but in interactive transactions, pausing at a breakpoint for more than 5 seconds leads the transaction to rollback so I…
-
## Problem
When the Prisma (Postgres) connection pool `connection_limit` is reached, query methods wait for `pool_timeout` to retrieve a connection from the pool, which [defaults to 10s](https://ww…