Hi,
Please report this issue on https://redmine.postgresql.org/projects/pgadmin4
--
Regards,
Murtuza Zabuawala
On Mon, Oct 9, 2017 at 3:23 AM, Eduardo Piombino wrote:
> I was just trying the new postgres 10 logical replication, and for that I
> had to issue a
> CREATE PUBLICATION mypub FOR tab
I was just trying the new postgres 10 logical replication, and for that I
had to issue a
CREATE PUBLICATION mypub FOR table mytable
on the server, and a
CREATE SUBSCRIPTION mysub CONNECTION 'host=myhost ...' PUBLICATION mypub;
The problem is that after a failed attempt (wrong host, no password, wr