Re: [GENERAL] Redundant PostgreSQL Servers

2000-11-06 Thread Tatsuo Ishii
> How would you go about mirroring a database server such that if all updates > to the main database are also made to the backup? Try usogres. It works pretty well for me (PostgreSQL 7.0.2). -- Tatsuo Ishii >Subject: [ANNOUNCE] usogres-0.0.5 released >From: Hosokawa Tetsuichi <[EMAIL PROTECTED]>

[GENERAL] Redundant PostgreSQL Servers

2000-11-06 Thread Mark Lane
How would you go about mirroring a database server such that if all updates to the main database are also made to the backup? Mark