Re: [GENERAL] Remote Sync

2006-03-15 Thread Daniel Blaisdell
This sounds like a good idea. I only see one potential problem. Say someone in the central office notices an error in a remote table, they misentered a charge to be billed out. Using a replication system such as Slony the table local to the worker in the central office will be readonly. How would

Re: [GENERAL] Remote Sync

2006-03-15 Thread Simon Riggs
On Wed, 2006-03-15 at 17:12 -0500, Daniel Blaisdell wrote: > I am currently in a situation where I have a distributed application > between a few remote nodes all connecting to a central database. I > have been searching for a database replication or synchronization > system that will allow a disco

Re: [GENERAL] Remote Sync

2006-03-15 Thread Douglas McNaught
"Daniel Blaisdell" <[EMAIL PROTECTED]> writes: > I am currently in a situation where I have a distributed application > between a few remote nodes all connecting to a central database. I > have been searching for a database replication or synchronization > system that will allow a disconnected nod

[GENERAL] Remote Sync

2006-03-15 Thread Daniel Blaisdell
I am currently in a situation where I have a distributed application between a few remote nodes all connecting to a central database. I have been searching for a database replication or synchronization system that will allow a disconnected node to operate independently of the central database. The