-
-
Execute the following transaction on a PostgreSQL database:
```sql
BEGIN;
CREATE TYPE foo AS (x integer);
CREATE DOMAIN bar AS foo NOT NULL;
CREATE TYPE fizz AS (y bar);
CREATE…
-
How to check against a certain error::Kind given a result eg coming from `query_one(...)`?
The [kind](https://github.com/sfackler/rust-postgres/blob/master/tokio-postgres/src/error/mod.rs#L340) enum …
-
## Description
I run aptos indexer rust processor in K8s cluster using `aptoslabs/indexer-processor-rust:latest` image and face this error.
```sh
[Processor] Starting processor tokio runtime: num…
-
the tokio-postgres dep is currently pinned to a 0.7.7 fork: https://github.com/prisma/rust-postgres/commits/pgbouncer-mode/
the latest version is 0.7.11: https://github.com/sfackler/rust-postgres/b…
-
I need to receive PostgreSQL [asynchronous notifications](https://www.postgresql.org/docs/current/sql-notify.html) in my application.
At `ConfigConnectImpl::connect()` , a task is created awaiting …
-
`db-tokio-postgres` depends on `std` which, according to `README.md`, disables `no_std` support, but it seems to enable/include various optional dependencies.
This happens because `db-tokio-postgr…
-
And possibly renaming the crate along the lines of "bdk_postgres".
-
Hi!
I'm still going at using Butane within a Leptos/Axum project.
I got to a decent point where I'd like to have more visibility on database changes and types, so I switched from SQLite to Postgre…
-
# Error log
```log
err=db:Notice { storage: b"SFATAL\0VFATAL\0C53300\0Msorry, too many clients already\0Fproc.c\0L350\0RInitProcess\0\0", severity: Fatal, message: (22, 53), code: (15, 20) }
```
…