Re: replica question

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Feite Brekeveld <feite(dot)brekeveld(at)osiris-it(dot)nl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: replica question
Date: 2001-02-15 13:35:56
Message-ID: 200102151335.IAA03149@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

7.1 will have /contrib/rserv, which does this and more.

> Hi,
>
> I have the following situation
>
>
> Machine - A equiped with
> - a database
> - Internet application that receives records and stores them into a
> table on this machine
>
> Machine - B equiped with
> - the same database
> - the same internet application but it only receives records when
> machine A is down
>
>
> What I would like to achieve is that the tables in both databases are
> kept consistent.
>
> How to do this with postgres ?
>
> Do a write a C-program for that that is started by a trigger ?
>
>
> Thanks,
>
>
> Feite Brekeveld
>
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Feite Brekeveld 2001-02-15 13:57:54 replica question
Previous Message Richard Huxton 2001-02-15 13:16:10 RFC: automatic "lastchange" timestamp updater module