Re: [GENERAL] database update question

2005-09-22 Thread Jim C. Nasby
Best bet is probably either dump and restore or shipping transaction logs. Slony is another option, but it's probably overkill. On Thu, Sep 22, 2005 at 11:19:14AM -0700, Art Fore wrote: > I have a psql database (8.01) running on a Suse 9.3 linux server, and I > have the same database (8.03) runni

[GENERAL] database update question

2005-09-22 Thread Art Fore
I have a psql database (8.01) running on a Suse 9.3 linux server, and I have the same database (8.03) running on winxp laptop. I do updates, that is, add parts to a table on the linux server quite frequently using MS Access, all well and good. I also have pgadmin 3 on my machine for editing the