Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c59afa

Browse files
committed
This trivial patch fixes a bunch of spelling mistakes in the
contrib/dbmirror/README.dbmirror doc file.Neil Conway
1 parentac376a3 commit4c59afa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎contrib/dbmirror/README.dbmirror

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DBMirror - Postgres Database Mirroring
33

44

55
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)
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

2323
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:
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
3232
tables being mirrored runs logging information about the edit to
3333
the 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
3636
that the change is supposed to be mirrored to) examining the Pending
3737
table; searching for transactions that need to be sent to that particular slave
3838
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
7777
pending.so shared library. Modify the arguments to this command if you
7878
choose to install the trigger elsewhere.
7979

80-
2) RunMirroSetup.sql
80+
2) RunMirrorSetup.sql
8181

8282
This file contains SQL commands to setup the Mirroring environment.
8383
This includes

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp