Re: Fatal error after starting postgres : sys identifiers must be different - Mailing list pgsql-novice

From amulsul
Subject Re: Fatal error after starting postgres : sys identifiers must be different
Date
Msg-id 1374205216531-5764374.post@n5.nabble.com
Whole thread Raw
In response to Re: Fatal error after starting postgres : sys identifiers must be different  (Indrajit Roychoudhury <indrajit.roychoudhury@gmail.com>)
List pgsql-novice
Hi Indrajit

>/////////////////
>shared_preload_libraries = 'bdr'
>bdr.connections = 'ubuntuirc2'
>bdr.ubuntuirc2.dsn = 'dbname=testdb2'
>/////////////////

I think, you need to set *bdr.ubuntuirc2.dsn* properly including host

bdr.ubuntuirc2.dsn = 'host=<ip> user=postgres dbname=testdb2'

please try this, I hope it will work .

Thanks & Regards,
Amul




--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Re-Fatal-error-after-starting-postgres-sys-identifiers-must-be-different-tp5764305p5764374.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.


pgsql-novice by date:

Previous
From: Indrajit Roychoudhury
Date:
Subject: Re: Fatal error after starting postgres : sys identifiers must be different
Next
From: amulsul
Date:
Subject: Re: tutorial/instructions for postgres 9.1 master-master setup