Mercurial > p > roundup > code
diff doc/installation.txt @ 1913:d929c31a3620
clarified minimum version required for MySQL backend (4.0.16)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 12 Nov 2003 22:34:28 +0000 |
| parents | 2b0ab61db194 |
| children | 1303c208419d |
line wrap: on
line diff
--- a/doc/installation.txt Wed Nov 12 03:42:13 2003 +0000 +++ b/doc/installation.txt Wed Nov 12 22:34:28 2003 +0000 @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.64 $ +:Version: $Revision: 1.65 $ .. contents:: @@ -242,12 +242,13 @@ **mysql** Backend for popular RDBMS MySQL. According to benchmarks, this backend works much faster than any of \*dbm ones, but slightly slower than metakit and - sqlite. For more info on backend installation see doc/mysql.txt. + sqlite. You must read doc/mysql.txt for additional installation steps and + requirements. **postgresql** Backend for popular RDBMS PostgreSQL. According to benchmarks, this backend works much faster than any of \*dbm ones and mysql, but slightly - slower than metakit and sqlite. - For more info on backend installation see doc/postgresql.txt. + slower than metakit and sqlite. You must read doc/postgresql.txt for + additional installation steps and requirements. **metakit** This backend is implemented over the metakit_ storage system, using Mk4Py as the interface. It scales much better than the dbm backends.
