-
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…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Setup:
```
# The service that spins up all 3 services at once in one container
…
Breee updated
2 months ago
-
I had a working Komodo installation with Mongo a while back, and am now trying to run a fresh install using Ferretdb and Postgres. However I'm having some strange behavior.
- Even though the ferret…
-
Thanks for replying so quickly. My use case really revolves around the way our database is secured. Typically a client will request access and certificates are issued through a Vault. So in my case…
-
I'm currently getting a crash sometimes when connecting to a remote database.
```
BrokenPipe: Broken pipe (os error 32)
at write (ext:deno_net/01_net.js:34:21)
at TcpConn.write (ext:deno…
-
*This issue was originally created by [**@IngwiePhoenix**](https://github.com/IngwiePhoenix) at .*
### Background information
- **Dendrite version or git SHA**: 0.12.0
- **SQLite3 or Postgres?**:…
-
**Goal:** Migrate all databases to only leverage managed identity by default.
Some overall design considerations:
## Token vs. passwords
With managed identity, a key exchange is performed to retrie…
-
**Describe the bug**
Preparing statement on a client connected to PgBouncer that runs in transaction mode does not have any issues. However, after switching to pgCat with the configs below:
[gen…
-
### Provide environment information
```
System:
OS: macOS 14.6.1
CPU: (8) arm64 Apple M1
Memory: 159.75 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.17.0 - ~/.local/state…
-
## Bug Report
karmor probe cli incorrectly links policies to workload in different namespaces.
I am applying a policy to my cluster. To check that I got the labels correct and that the policy…