Hi Fontana,
This is a pgAdmin mailing list and does not support slonik. Probably, ask
the question to the slonik team.
On Mon, Jun 8, 2020 at 6:41 PM Fontana Daniel C (Desartec S.R.L.) <
desartec...@gmail.com> wrote:
> Hi i am trying to do my first sync with slony 2.2.6. and PostgreSQL version
>
Hi i am trying to do my first sync with slony 2.2.6. and PostgreSQL version
10
Server IP = 192.168.1.229
Slave IP = 192.168.1.252
Just a basic table
CREATE TABLE dba.prueba
(
id integer NOT NULL GENERATED BY DEFAULT AS IDENTITY ( INCREMENT 1 START
1 MINVALUE 1 MAXVALUE 2147483647 CACHE 1 ),