File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,8 @@ mysql Fast Many Needs install/admin (MySQLdb_)
286286**postgresql**
287287 Backend for popular RDBMS PostgreSQL. You must read doc/postgresql.txt for
288288 additional installation steps and requirements. You must also configure
289- the ``rdbms`` section of your tracker's ``config.ini``
289+ the ``rdbms`` section of your tracker's ``config.ini``. It is recommended
290+ that you use at least version 1.1.21 of psycopg.
290291**mysql**
291292 Backend for popular RDBMS MySQL. You must read doc/mysql.txt for additional
292293 installation steps and requirements. You must also configure the ``rdbms``
Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ additionally install:
14141. PostgreSQL 7.x - http://www.postgresql.org/
1515
16162. The psycopg python interface to PostgreSQL:
17- http://initd.org/software/initd/psycopg
17+
18+ http://initd.org/software/initd/psycopg
19+
20+ It is recommended that you use at least version 1.1.21
1821
1922Some advice on setting up the postgresql backend may be found at:
2023
You can’t perform that action at this time.
0 commit comments