Mercurial > p > roundup > code
changeset 3666:8304a1c1cc98
encourage use of latest psycopg
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 11 Aug 2006 01:33:59 +0000 |
| parents | 48d891bf9623 |
| children | 35811df7c783 |
| files | doc/installation.txt doc/postgresql.txt |
| diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/installation.txt Fri Aug 11 01:24:47 2006 +0000 +++ b/doc/installation.txt Fri Aug 11 01:33:59 2006 +0000 @@ -286,7 +286,8 @@ **postgresql** 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`` + the ``rdbms`` section of your tracker's ``config.ini``. It is recommended + that you use at least version 1.1.21 of psycopg. **mysql** Backend for popular RDBMS MySQL. You must read doc/mysql.txt for additional installation steps and requirements. You must also configure the ``rdbms``
--- a/doc/postgresql.txt Fri Aug 11 01:24:47 2006 +0000 +++ b/doc/postgresql.txt Fri Aug 11 01:33:59 2006 +0000 @@ -14,7 +14,10 @@ 1. PostgreSQL 7.x - http://www.postgresql.org/ 2. The psycopg python interface to PostgreSQL: - http://initd.org/software/initd/psycopg + + http://initd.org/software/initd/psycopg + + It is recommended that you use at least version 1.1.21 Some advice on setting up the postgresql backend may be found at:
