-
We are trying to connect to Clickhouse via its "postgres emulation port" 9005 ([see](https://clickhouse.com/docs/en/guides/sre/network-ports)).
Unfortunately sending a simple `SELECT 1` query fail…
-
Some hosted PostgreSQL - servers (i.e. Azure PaaS) do not give out superuser rights to their clients. Also, Azure Database for Postgres does not have a user named "postgres" This complicates things wh…
-
In this page
http://tutorials.jumpstartlab.com/topics/environment/environment.html
when executing the command
`sudo su postgres`
receive the following message in the terminal
`su: unknown login: postg…
ghost updated
10 years ago
-
Hi! Thank you for your work in Polyphony!
We were testing polyphony internally and we ran into some issues. To make sure it was not our code, we tried running the [TCP Server example](https://githu…
-
Query execution stuck until idle-in-transaction timeout is reached and application receives error
```
FATAL: terminating connection due to idle-in-transaction timeout (SQLSTATE 25P03)
```
Libr…
-
We use odyssey with enabled pool_reserve_prepared_statement.
After this [commit](https://github.com/yandex/odyssey/commit/806aebdd36d6cdbe8f50811548ba5472125f2487) our liquidbase client can't apply m…
-
### The bug
Image thumbnails fails to load when clicking timeline back / forth a few times (eg. while searching in the timeline).
Can observe `Uncaught (in promise) TypeError: Cannot read proper…
-
**Describe the problem**
Based on my reading of postgres jdbc [documentation](https://jdbc.postgresql.org/documentation/head/connect.html), a user should be able to specify a `PKCS-12` formatted ke…
-
This error is sometimes not so easy to catch, our case:
we have a patroni cluster and a pg bouncer for each base inside the cluster patroni, at some point the master switchover occurred, but the pg b…
-
Hibernate Reactive's [LobTypeTest](https://github.com/hibernate/hibernate-reactive/pull/1657/commits/b019c53d9e43a64f271e13eb5c84be2221e77247) fails using PostgreSQL by returning a NULL for a CLOB st…