@@ -3,7 +3,7 @@ DBMirror - Postgres Database Mirroring
3
3
4
4
5
5
DBMirror 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)
7
7
8
8
9
9
(c) 2001-2002 Navtech Systems Support Inc.
@@ -17,7 +17,7 @@ Released under the GNU Public License version 2. See COPYING.
17
17
18
18
19
19
20
- Overrview
20
+ Overview
21
21
--------------------------------------------------------------------
22
22
23
23
The 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:
27
27
-Per table selection of what gets mirrored.
28
28
29
29
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
32
32
tables being mirrored runs logging information about the edit to
33
33
the Pending table and PendingData table.
34
34
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
36
36
that the change is supposed to be mirrored to) examining the Pending
37
37
table; searching for transactions that need to be sent to that particular slave
38
38
database. 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
77
77
pending.so shared library. Modify the arguments to this command if you
78
78
choose to install the trigger elsewhere.
79
79
80
- 2) RunMirroSetup .sql
80
+ 2) RunMirrorSetup .sql
81
81
82
82
This file contains SQL commands to setup the Mirroring environment.
83
83
This includes