Re: replication between linxu postgresql and Windows postgresql

Поиск
Список
Период
Сортировка
От Adam Radlowski
Тема Re: replication between linxu postgresql and Windows postgresql
Дата
Msg-id 4680B57A.2010402@informatyka.gdansk.pl
обсуждение исходный текст
Ответ на replication between linxu postgresql and Windows postgresql  (Mary Anderson <maryfran@demog.berkeley.edu>)
Список pgsql-admin
Mary Anderson wrote:
> Hi all,
>    I am new to postgresql and have been called upon to set up a
> database to be used by two groups.  One group (mine) is strictly a
> UNIX shop.  The other group (theirs) is strictly a Windows shop.  What
> is the best way to go.
>    First, does postgresql have replication and can i get it with the
> open source database?
Yes. There Is some replication systems for PostgreSQL, the most popular
is "Slony". You're from USA, so You don't have to worry about encodings
and collate problems, when the are different in Windows server and
UNIX/Linux. When You use specific encodings I think the best way is to
use UTF8 in both servers - Windows and UNIX/Linux (if it is possible).
If You want to make Your own specific replication, You can use dblink
module and some triggers. It sounds very complicate, but it is not.
Sometimes the applications are working in very specific way, so
classical replication is not very usable (not in PostgreSQL only).
>    Second, would replication work between a Linux postgresql and a
> Windows postgresql?
I think - It's no problem.
>     What if I run postgresql on VMWare in the Windows shop?  Will
> replication work?
Like above.
>
>     What about dumping the Linux database and restoring it on the
> Windows database.  Will that work?
Yes. When You are using different encodings in these databases, the best
way is to use dumps as SQL script restoring with psql program.
>
>     Opinions on any of this are welcome!
>
> Mary Anderson
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
>                http://www.postgresql.org/about/donate
>
>


В списке pgsql-admin по дате отправления:

Предыдущее
От: "Shoaib Mir"
Дата:
Сообщение: Re: replication between linxu postgresql and Windows postgresql
Следующее
От: "George Wilk"
Дата:
Сообщение: warm standby server configuration