diff options
| author | Barry Warsaw | 2012-09-05 21:30:35 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-09-05 21:30:35 -0400 |
| commit | 89dcd0c5fbbd2e5b09af6d0575d7a4bcec241dfa (patch) | |
| tree | 6ca2a553f0ef613fec0eb5b83b818d5003f54a7d /src/mailman/docs/DATABASE.rst | |
| parent | c97dbef1f75a7f5525ebe5bb8365f01e8533e418 (diff) | |
| download | mailman-89dcd0c5fbbd2e5b09af6d0575d7a4bcec241dfa.tar.gz mailman-89dcd0c5fbbd2e5b09af6d0575d7a4bcec241dfa.tar.zst mailman-89dcd0c5fbbd2e5b09af6d0575d7a4bcec241dfa.zip | |
Documentation updates for beta 2.
Diffstat (limited to 'src/mailman/docs/DATABASE.rst')
| -rw-r--r-- | src/mailman/docs/DATABASE.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mailman/docs/DATABASE.rst b/src/mailman/docs/DATABASE.rst index f5fe39849..762d60a11 100644 --- a/src/mailman/docs/DATABASE.rst +++ b/src/mailman/docs/DATABASE.rst @@ -8,10 +8,10 @@ however, Storm is compatible with PostgreSQL_ and MySQL, among possibly others. Currently, Mailman is known to work with either the default SQLite3 database, -or PostgreSQL. (Volunteers to port it to MySQL are welcome!). If you want to -use SQLite3, you generally don't need to change anything, but if you want -Mailman to use PostgreSQL, you'll need to set that up first, and then change a -configuration variable in your `/etc/mailman.cfg` file. +or PostgreSQL. (Volunteers to port it to other databases are welcome!). If +you want to use SQLite3, you generally don't need to change anything, but if +you want Mailman to use PostgreSQL, you'll need to set that up first, and then +change a configuration variable in your `/etc/mailman.cfg` file. Two configuration variables control which database Mailman uses. The first names the class implementing the database interface. The second names the |
