yinan8128
yinan8128
Hi pgwatch2 team, As described in [#348](https://github.com/cybertec-postgresql/pgwatch2/issues/348), once we switch pgwatch2 to pgbouncer transaction mode, as pgbouncer transaction mode doesn't support "prepared statement" then caused "pq: unnamed prepared statement" error....
Hello, pgbouncer: 1.14.0 OS: CentOS Linux release 7.6.1810 postgresql: 11.11 pgwatch2 version: 1.9.0 As pgwatch2 use "prepared statement" can not use pgbouncer transaction mode, so configured to use pgbouncer session...
**Describe the bug** We installed pgcenter but also upgraded postgresql from 11.4 to 11.18, please check the steps in "To Reproduce" **Environment** Describe the environment where the bug occurred. -...
### What type of bug is this? Incorrect result ### What subsystems and features are affected? Compression ### What happened? Hello, There is no compression job failed but chunk and...
### What type of bug is this? Other ### What subsystems and features are affected? Compression, Other ### What happened? Our production encounter the issue that after table compression table...
Hi team, After checking 12.1 doc, we still have questions about tables distribution. We raised questions in Slack but didn't get needed answer Please help provide answer, thanks: For example,...
Hi team, There is no backup and restore part in version 12.1 doc. We raised questions in Slack but didn't get needed answer Please help provide answer, thanks: 1. Is...
Hi Team, We load data to 1 table, but sum shards size are different in worker nodes ``` ALTER TABLE ONLY distribute_table ADD CONSTRAINT distribute_table_pkey PRIMARY KEY (tenant_uuid,id); SELECT create_distributed_table('distribute_table',...