Skip to content

Commit 799da3e

Browse files
committed
Change primary/session db compatibility table from ascii to real table
1 parent 8c41e9a commit 799da3e

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

doc/admin_guide.txt

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -684,16 +684,24 @@ database for session data. By default it will use additional
684684
sqlite databases for storing the session and otk data.
685685

686686
The following table shows which primary databases support
687-
different session database backends::
688-
689-
690-
main\/ session>| anydbm | sqlite | redis | mysql | postgresql |
691-
anydbm | D | | X | | |
692-
sqlite | X | D | X | | |
693-
mysql | | | | D | |
694-
postgresql | | | | | D |
695-
--------------------------------------------------------------+
696-
D - default if unconfigured, X - compatible choice
687+
different session database backends:
688+
689+
.. table:: D - default if unconfigured, X - compatible choice
690+
:class: captionbelow
691+
692+
+---------------+--------+--------+-------+-------+------------+
693+
| | session db |
694+
+---------------+--------+--------+-------+-------+------------+
695+
|primary db | anydbm | sqlite | redis | mysql | postgresql |
696+
+===============+========+========+=======+=======+============+
697+
|anydbm | D | | X | | |
698+
+---------------+--------+--------+-------+-------+------------+
699+
|sqlite | X | D | X | | |
700+
+---------------+--------+--------+-------+-------+------------+
701+
|mysql | | | | D | |
702+
+---------------+--------+--------+-------+-------+------------+
703+
|postgresql | | | | | D |
704+
+---------------+--------+--------+-------+-------+------------+
697705

698706
The ``backend`` setting is in the tracker's ``config.ini``
699707
file under the ``sessiondb`` section.

0 commit comments

Comments
 (0)