changeset 6663:e63f514bb0e6

issue2551201 - Update references to psycopg2
author John Rouillard <rouilj@ieee.org>
date Tue, 03 May 2022 13:13:16 -0400
parents 2453d7b58a92
children ac0df9272162
files doc/installation.txt
diffstat 1 files changed, 11 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/doc/installation.txt	Mon May 02 17:04:27 2022 -0400
+++ b/doc/installation.txt	Tue May 03 13:13:16 2022 -0400
@@ -495,7 +495,7 @@
 ========== =========== ===== ==============================
 anydbm     Slowest     Few   Always available
 sqlite     Fastest(*)  Few   May need install (PySQLite_)
-postgresql Fast        Many  Needs install/admin (psycopg_)
+postgresql Fast        Many  Needs install/admin (psycopg2_)
 mysql      Fast        Many  Needs install/admin (MySQLdb_)
 ========== =========== ===== ==============================
 
@@ -515,14 +515,15 @@
   can improve searching if you are not installing another indexer like
   xapian or whoosh. It works best with English text.
 **postgresql**
-  Backend for popular RDBMS PostgreSQL. You must read doc/postgresql.txt for
-  additional installation steps and requirements. You must also configure
+  Backend for popular RDBMS PostgreSQL. You must read
+  `doc/postgresql.txt`_ for additional installation steps and
+  requirements. You must also configure
   the ``rdbms`` section of your tracker's ``config.ini``.  It is recommended
-  that you use at least version 1.1.21 of psycopg.
+  that you use at least version 2.8 of psycopg2.
 **mysql**
-  Backend for popular RDBMS MySQL. You must read doc/mysql.txt for additional
-  installation steps and requirements. You must also configure the ``rdbms``
-  section of your tracker's ``config.ini``
+  Backend for popular RDBMS MySQL. You must read `doc/mysql.txt`_ for
+  additional installation steps and requirements. You must also
+  configure the ``rdbms`` section of your tracker's ``config.ini``
 
 You may defer your decision by setting your tracker up with the anydbm
 backend (which is guaranteed to be available) and switching to one of the
@@ -1719,6 +1720,8 @@
 .. _`customising roundup`: customizing.html
 .. _`upgrading document`: upgrading.html
 .. _`administration guide`: admin_guide.html
+.. _`doc/postgresql.txt`: postgresql.html
+.. _`doc/mysql.txt`: mysql.html
 
 
 .. _External hyperlink targets:
@@ -1740,7 +1743,7 @@
 .. _mod_wsgi: https://pypi.org/project/mod-wsgi/
 .. _MySQLdb: https://pypi.org/project/mysqlclient/
 .. _Olson tz database: https://www.iana.org/time-zones
-.. _Psycopg: https://www.psycopg.org/
+.. _Psycopg2: https://www.psycopg.org/
 .. _pyjwt: https://pypi.org/project/PyJWT/
 .. _pyopenssl: https://pypi.org/project/pyOpenSSL/
 .. _pysqlite: https://pysqlite.org/

Roundup Issue Tracker: http://roundup-tracker.org/