We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent29e7dc4 commit1bef379Copy full SHA for 1bef379
contrib/dbmirror/README.dbmirror
@@ -54,7 +54,7 @@ If the transaction has been sent to all know slave hosts (All entries
54
in the MirrorHost table) then all records of it are purged from the
55
Pending tables.
56
57
-Requirments:
+Requirements:
58
---------------------------------
59
-PostgreSQL-7.4 (Older versions are no longer supported)
60
-Perl 5.6 or 5.8 (Other versions might work)
@@ -92,9 +92,9 @@ time a row inside of a table being mirrored changes.
92
93
To build the trigger run make on the "Makefile" in the DBMirror directory.
94
95
-PostgreSQL-7.4 Make Instructions:
+PostgreSQL-8.0 Make Instructions:
96
97
- If you have already run "configure" in the pgsql-server directory
+ If you have already run "configure" in thetop (pgsql) directory
98
then run "make" in the dbmirror directory to compile the trigger.
99
100