PostgreSQL - regularly sync.ing remote and local data

From: Ma Siva Kumar <ma_sivakumar(at)yahoo(dot)com>
To: "'PostgreSQL General Mailing List'" <pgsql-general(at)postgresql(dot)org>
Subject: PostgreSQL - regularly sync.ing remote and local data
Date: 2002-04-13 17:10:19
Message-ID: 02041322401900.01214@Bharathi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

We are developing an application for leather industry using PostgreSQL with
PHP scripting. The program will be run from a central server and buyers and
sellers will login using internet connection and update/exchange information
through the system.

Some companies do not want to be connected to the internet throughout the
day. They want to use the system from a local server during the day and
update the data to the central server (and get the updated data from the
server) once or twice a day.

Can someone please advise me, how this can be accomplished? That is, to make
the two databases hand shake and exchange the changes effected since they
last met.

Best regards,

Siva,
Chennai, Tamil Nadu

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Frank Hilliard 2002-04-13 17:54:14 Re: PostgreSQL - regularly sync.ing remote and local data
Previous Message Tom Lane 2002-04-13 16:34:04 Re: Defn of pg_class.reltuples in 7.2.1?