CVS User Account cvsuser
Thu Nov 3 20:48:04 PST 2005
Log Message:
-----------
Mention that pgbench is a part of the PostgreSQL "contrib" tools

Modified Files:
--------------
    slony1-engine/doc/howto:
        slony-I-basic-mstr-slv.txt (r1.16 -> r1.17)

-------------- next part --------------
Index: slony-I-basic-mstr-slv.txt
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/howto/slony-I-basic-mstr-slv.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -Ldoc/howto/slony-I-basic-mstr-slv.txt -Ldoc/howto/slony-I-basic-mstr-slv.txt -u -w -r1.16 -r1.17
--- doc/howto/slony-I-basic-mstr-slv.txt
+++ doc/howto/slony-I-basic-mstr-slv.txt
@@ -6,6 +6,12 @@
 recommend that you learn how Slony-I functions by using a fresh new
 non-production database.
 
+Note that pgbench is a "benchmark" tool that is in the PostgreSQL set
+of "contrib" tools.  If you build PostgreSQL from source, you can
+readily head to "contrib/pgbench" and do a "make install" to build and
+install it; it is not always included in packaged binary PostgreSQL
+installations.
+
 The Slony-I replication engine is trigger-based, allowing us to replicate
 databases (or portions thereof) running under the same postmaster.  More
 commonly, databases are replicated from one host to another.


More information about the Slony1-commit mailing list