Re: Fatal error after starting postgres : sys identifiers must be different

Поиск
Список
Период
Сортировка
От amulsul
Тема Re: Fatal error after starting postgres : sys identifiers must be different
Дата
Msg-id 1374205216531-5764374.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Fatal error after starting postgres : sys identifiers must be different  (Indrajit Roychoudhury <indrajit.roychoudhury@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Indrajit Roychoudhury
Дата:
Сообщение: Re: Fatal error after starting postgres : sys identifiers must be different
Следующее
От: amulsul
Дата:
Сообщение: Re: tutorial/instructions for postgres 9.1 master-master setup