songjinzhou

Results 6 issues of songjinzhou

pg14.4 + citus11.0 : the same machine centos7 0. ~/.pgpass is already configured 1. master 5432 create table t1(id int); set citus.shard_count to 2; select create_distributed_table('t1', 'id'); insert into t1...

Hello,all I want to be in PG_ Cron implements the function that the minimum unit is the second granularity! I wonder if this problem can be realized? And are there...

## Enhancement # without level 1、select lpad(' ',level*3,' ')||name as lpname,keyid,parent_keyid from player start with parent_keyid = 0 connect by prior keyid = parent_keyid; # use alias 2、select lpad(' ',level*3,'...

enhancement

## Enhancement About connectby using pg14's new feature depth-first traversal to solve the order problem of query results (pre-order traversal) ## 测试用例 ` -- 创建表 create table player(keyid int,parent_keyid int,name...

enhancement

```c if (PQisBusy(conn->db_conn)) { /* more to read */ all_idle = 0; } else { /* read and discard all results */ while (NULL != (result = PQgetResult(conn->db_conn))) { /*...

question

Update the hook function parameters in the code to be consistent with PostgreSQL14.4 Added by Song Jinzhou