Re: Synchronizing Data?

From: joe(at)jwebmedia(dot)com
To: Steve Wolfe <steve(at)iboats(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Synchronizing Data?
Date: 2000-11-06 22:43:42
Message-ID: 3A07341F.A0648E28@jwebmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Database synchronization is a tricky thing to begin with. I think that if
> you can give us more details of exactly what you need, we can probably offer
> a little better help. : )
>
> steve

I'd be glad to. Here's the deal:

I have a client who has a Linux (RedHat 6.2) server that he uses to
add/modify/delete records for his e-comm site. He is on a metered ISDN line
(only thing availble in the area for what he wanted to spend...) and does not
what to be 'online' (it's so screwed up...) to add all of his records.
Anyway...so he's adding/modifying/deleting records on his local server and we
need to get that data up to the web server. In addition to putting his changes
up, we need to remove any ordered items (from the web site) from the database,
once he has synchronized it with his most recent data. Then, obviously, it
needs to go back down to his local machine so he has the most current records
to work with. It's really a big mess. Any ideas? Thanks,

Joe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Wolfe 2000-11-06 22:51:51 Re: Synchronizing Data?
Previous Message Steve Wolfe 2000-11-06 22:24:03 Re: Synchronizing Data?