| From: | momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/contrib/dbmirror DBMirror.pl Mirr ... |
| Date: | 2004-02-17 03:34:35 |
| Message-ID: | 20040217033435.568F6D1BB5E@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 04/02/16 23:34:35
Modified files:
contrib/dbmirror: DBMirror.pl MirrorSetup.sql README.dbmirror
pending.c
Log message:
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2004-02-17 03:35:57 | pgsql-server/src/backend/utils/fmgr dfmgr.c |
| Previous Message | Neil Conway | 2004-02-17 02:53:03 | pgsql-server/doc/src/sgml docguide.sgml source ... |