@@ -3,7 +3,7 @@ DBMirror - Postgres Database Mirroring
33
44
55DBMirror is a database mirroring system developed for the Postgres
6- database Written andmaintened by Steven Singer(ssinger@navtechinc.com)
6+ database Written andmaintained by Steven Singer(ssinger@navtechinc.com)
77
88
99(c) 2001-2002 Navtech Systems Support Inc.
@@ -17,7 +17,7 @@ Released under the GNU Public License version 2. See COPYING.
1717
1818
1919
20- Overrview
20+ Overview
2121--------------------------------------------------------------------
2222
2323The mirroring system is trigger based and provides the following key features:
@@ -27,12 +27,12 @@ The mirroring system is trigger based and provides the following key features:
2727-Per table selection of what gets mirrored.
2828
2929
30- The system is based on the idea that a master databaseexist where all
31- edits are made to the tables being mirrored. A triggerattatched to the
30+ The system is based on the idea that a master databaseexists where all
31+ edits are made to the tables being mirrored. A triggerattached to the
3232tables being mirrored runs logging information about the edit to
3333the Pending table and PendingData table.
3434
35- A perl script(DBMirror.pl) runscontiniously for each slave database(A database
35+ A perl script(DBMirror.pl) runscontinuously for each slave database(A database
3636that the change is supposed to be mirrored to) examining the Pending
3737table; searching for transactions that need to be sent to that particular slave
3838database. Those transactions are then mirrored to the slave database and
@@ -77,7 +77,7 @@ in the MirrorSetup.sql script associates the trigger function with the
7777pending.so shared library. Modify the arguments to this command if you
7878choose to install the trigger elsewhere.
7979
80- 2) RunMirroSetup .sql
80+ 2) RunMirrorSetup .sql
8181
8282This file contains SQL commands to setup the Mirroring environment.
8383This includes