Re: [SQL] updating remote database

2004-02-26 Thread Achilleus Mantzios
O kyrios Richard Huxton egrapse stis Feb 26, 2004 : > On Thursday 26 February 2004 02:54, Kenneth Gonsalves wrote: > > i have a database on a local machine, and another on a remote machine. I > > have a dialup connection between the two - so band width is a problem. What > > is the most efficient

Re: [SQL] updating remote database

2004-02-26 Thread Olivier Hubaut
Kenneth Gonsalves wrote: i have a database on a local machine, and another on a remote machine. I have a dialup connection between the two - so band width is a problem. What is the most efficient way of updating the remote from the local? Does SQL or postgres have simple commands for this? Is t

Re: [SQL] updating remote database

2004-02-26 Thread Richard Huxton
On Thursday 26 February 2004 02:54, Kenneth Gonsalves wrote: > i have a database on a local machine, and another on a remote machine. I > have a dialup connection between the two - so band width is a problem. What > is the most efficient way of updating the remote from the local? Does SQL > or post