rudonx X

Results 4 issues of rudonx X

postgres=# select version(); version --------------------------------------------------------------------------------------------------------- PostgreSQL 12.9 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44), 64-bit (1 row) postgres=# select name,setting from pg_settings where name like 'pg_wait_sampling%';...

PGSync version: pgsync --version Version: 2.5.0 Postgres version: 12.9 Elasticsearch version: 7.10.2 Redis version: 6.0 Python version: python3 --version Python 3.8.13 Problem Description: Hi developer, follow the "readme" guide, create...

when I run this commend without any filter conditions: `root@iv-yd33vnf30gqc6ilej4j3:/tmp# pgcopydb clone` but the logs show below: `18:28:36.652 1064 INFO /usr/bin/pg_dump -Fc --snapshot 00000003-00000274-1 --section pre-data --exclude-schema bookings --exclude-schema bookings...

PostgreSQL: 12.9 pg_cron:1.5 ### how to repo ``` create table image_test( id varchar(100), create_time TIMESTAMP DEFAULT (TO_CHAR((NOW() AT TIME ZONE 'Asia/Shanghai'), 'YYYY-MM-DD HH24:MI:SS')::timestamp)) partition by range (create_time);` ``` create function:...