replica question

From: Feite Brekeveld <feite(dot)brekeveld(at)osiris-it(dot)nl>
To: pgsql-general(at)postgresql(dot)org
Subject: replica question
Date: 2001-02-15 13:57:54
Message-ID: 3A8BE062.9F17968@osiris-it.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message [Bad-Knees] 2001-02-15 14:00:59 initdb: pg_encoding failed
Previous Message Bruce Momjian 2001-02-15 13:35:56 Re: replica question