@@ -495,7 +495,7 @@ Name Speed Users Support
495495========== =========== ===== ==============================
496496anydbm Slowest Few Always available
497497sqlite Fastest(*) Few May need install (PySQLite_)
498- postgresql Fast Many Needs install/admin (psycopg_ )
498+ postgresql Fast Many Needs install/admin (psycopg2_ )
499499mysql Fast Many Needs install/admin (MySQLdb_)
500500========== =========== ===== ==============================
501501
@@ -515,14 +515,15 @@ mysql Fast Many Needs install/admin (MySQLdb_)
515515 can improve searching if you are not installing another indexer like
516516 xapian or whoosh. It works best with English text.
517517**postgresql**
518- Backend for popular RDBMS PostgreSQL. You must read doc/postgresql.txt for
519- additional installation steps and requirements. You must also configure
518+ Backend for popular RDBMS PostgreSQL. You must read
519+ `doc/postgresql.txt`_ for additional installation steps and
520+ requirements. You must also configure
520521 the ``rdbms`` section of your tracker's ``config.ini``. It is recommended
521- that you use at least version 1.1.21 of psycopg .
522+ that you use at least version 2.8 of psycopg2 .
522523**mysql**
523- Backend for popular RDBMS MySQL. You must read doc/mysql.txt for additional
524- installation steps and requirements. You must also configure the ``rdbms``
525- section of your tracker's ``config.ini``
524+ Backend for popular RDBMS MySQL. You must read ` doc/mysql.txt`_ for
525+ additional installation steps and requirements. You must also
526+ configure the ``rdbms`` section of your tracker's ``config.ini``
526527
527528You may defer your decision by setting your tracker up with the anydbm
528529backend (which is guaranteed to be available) and switching to one of the
@@ -1719,6 +1720,8 @@ there are no errors. If there are errors, please let us know!
17191720.. _`customising roundup`: customizing.html
17201721.. _`upgrading document`: upgrading.html
17211722.. _`administration guide`: admin_guide.html
1723+ .. _`doc/postgresql.txt`: postgresql.html
1724+ .. _`doc/mysql.txt`: mysql.html
17221725
17231726
17241727.. _External hyperlink targets:
@@ -1740,7 +1743,7 @@ there are no errors. If there are errors, please let us know!
17401743.. _mod_wsgi: https://pypi.org/project/mod-wsgi/
17411744.. _MySQLdb: https://pypi.org/project/mysqlclient/
17421745.. _Olson tz database: https://www.iana.org/time-zones
1743- .. _Psycopg : https://www.psycopg.org/
1746+ .. _Psycopg2 : https://www.psycopg.org/
17441747.. _pyjwt: https://pypi.org/project/PyJWT/
17451748.. _pyopenssl: https://pypi.org/project/pyOpenSSL/
17461749.. _pysqlite: https://pysqlite.org/
0 commit comments