Re: pgAdmin4 can't re-attach some previously detached partition

2019-05-09 Thread Akshay Joshi
Hi Petr Please log an issue https://redmine.postgresql.org. On Thu, Apr 11, 2019 at 5:01 PM Petr Fedorov wrote: > Hello, > > I recognized that for some reasons pgAdmin4 does not allow to re-attach > some of the previously detached partitions: > > Here is the test script to reproduce: > > > crea

pgAdmin4 can't re-attach some previously detached partition

2019-04-11 Thread Petr Fedorov
Hello, I recognized that for some reasons pgAdmin4 does not allow to re-attach some of the previously detached partitions: Here is the test script to reproduce: create table test (id integer, col1 integer, col2 integer) partition by list (id); create table test1 partition of test for values in