Please apply this patch to contrib/dbmirror

Bruce Momjian <bruce@momjian.us>

Commit: 51b363ec2499a308bb7af23382d25befe6ef5d6c
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-02-17T03:34:35Z
Releases: 8.0.0
Please apply this patch to contrib/dbmirror
In incorperates changes from myself and a number of contributors.

This update to dbmirror provides:

-replication of sequence operations via setval/nextval
-DBMirror.pl support for logging to syslog
-changed the names of the tables to dbmirror_*  (no quotes required)
-Support for writitng SQL statements to files instead of directly to
 a slave database
-More options for DBMirror.pl in the config files.

Steven Singer

Files

PathChange+/−
contrib/dbmirror/DBMirror.pl modified +227 −108
contrib/dbmirror/MirrorSetup.sql modified +44 −26
contrib/dbmirror/pending.c modified +347 −98
contrib/dbmirror/README.dbmirror modified +53 −22