Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 7886:2946354d6ccd
doc: replace X by + to indicate compatible options.
X looks like it indicates non-compatible options.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 18 Apr 2024 20:52:15 -0400 |
| parents | 03c1b7ae3a68 |
| children | 828f79ae965b |
line wrap: on
line diff
--- a/doc/admin_guide.txt Thu Apr 18 20:23:24 2024 -0400 +++ b/doc/admin_guide.txt Thu Apr 18 20:52:15 2024 -0400 @@ -717,7 +717,7 @@ The following table shows which primary databases support different session database backends: -.. table:: D - default if unconfigured, X - compatible choice +.. table:: D - default if unconfigured, + - compatible choice :class: captionbelow +---------------+--------+--------+-------+-------+------------+ @@ -725,9 +725,9 @@ +---------------+--------+--------+-------+-------+------------+ |primary db | anydbm | sqlite | redis | mysql | postgresql | +===============+========+========+=======+=======+============+ - |anydbm | D | | X | | | + |anydbm | D | | + | | | +---------------+--------+--------+-------+-------+------------+ - |sqlite | X | D | X | | | + |sqlite | + | D | + | | | +---------------+--------+--------+-------+-------+------------+ |mysql | | | | D | | +---------------+--------+--------+-------+-------+------------+
