Обсуждение: Re: Replication with PostgreSQL

Поиск
Список
Период
Сортировка

Re: Replication with PostgreSQL

От
reina@nsi.edu (Tony Reina)
Дата:
"Hans Zauner" <hz11@nyu.edu> wrote in message news:<9jpfag$cvr$1@news.tht.net>...
> Hello,
>
> We are looking to build some database system and require replication.  Does
> PostgreSQL support internal replication?  Basically we just want to have the
> data mirrored to another server, for redundancy, backup and to develop
> against.  Would this have to be done externally by our coders, or is it
> supported, or atleast partially supported, internally in PostgreSQL.
>
> Thank you,
>
> Hans
> zaunere@yahoo.com

Try:  http://pgreplicator.sourceforge.net/

-Tony