-----Original Message----- From: Adrian Klaver [mailto:[email protected]] Sent: Tuesday, May 23, 2017 7:42 PM To: Igor Neyman <[email protected]>; George Neuner <[email protected]>; [email protected] Subject: Re: [GENERAL] logical replication in PG10 BETA
So take the local line out of pg_hba. Then from the machine that is the subscriber do: psql -d repl -h pub_machine -p 5432 -U repl_user -- Adrian Klaver [email protected] ________________________________________________________________________________________ This psql connection works. Even more, like I showed in one of previous messages, connection between 2 PG servers using Postgres_fdw also works, and it uses the same connection string as CREATE SUBSCRIPTION statement. Regards, Igor -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
