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
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