Aleš Zelený

Results 7 comments of Aleš Zelený

Hello, in version 2.17, when `SHFT` + `up` / `down` arrow key was pressed, the whole line was selected. This makes it easy to write multiple SQL statements and run...

Thx for the comment, I've been using it on Ubuntu directly, but currently no longer used it for the last few years.

Consider something like the following query to check the wait events: ``` WITH psa_pids(pid) AS ( SELECT DISTINCT pids FROM pg_stat_activity psa , pg_blocking_pids(psa.pid) pbp , unnest(pid || pbp) AS...

Hello, I'm on vacation, therefore I'm sorry but I'm not able to do the tests. From my side, the last fix worked for 4.x and the issue does not apply...

I haven't found the code in 5.x, what about creating a branch in my fork and let you review whether it is somewhere else applicable to 5.x ?

The proposed change to 4.7 is [in the pull request](https://github.com/pgpartman/pg_partman/pull/607). The reason why it does not apply to 5.x is removed `p_analyze` parameter in `create_partition_()` functions, or I have missed...

Thanks a lot! I've looked at the patch and it seems to me one missing point, see https://github.com/pgpartman/pg_partman/pull/616 . Kind regards Ales Zeleny