Mercurial > p > roundup > code
comparison doc/postgresql.txt @ 4718:76b71c9bd50d
Updated recommended version infos for psycopg and PostgreSQL.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Fri, 04 Jan 2013 21:17:17 +0100 |
| parents | 6a32a2fb95b4 |
| children | e48b039b0ec0 |
comparison
equal
deleted
inserted
replaced
| 4717:9dc50be521ee | 4718:76b71c9bd50d |
|---|---|
| 9 ============= | 9 ============= |
| 10 | 10 |
| 11 To use PostgreSQL as backend for storing roundup data, you should | 11 To use PostgreSQL as backend for storing roundup data, you should |
| 12 additionally install: | 12 additionally install: |
| 13 | 13 |
| 14 1. PostgreSQL 7.x - http://www.postgresql.org/ | 14 1. PostgreSQL 8.x or higher - http://www.postgresql.org/ |
| 15 | 15 |
| 16 2. The psycopg python interface to PostgreSQL: | 16 2. The psycopg python interface to PostgreSQL: |
| 17 | 17 |
| 18 http://initd.org/software/initd/psycopg | 18 http://initd.org/software/initd/psycopg |
| 19 | |
| 20 It is recommended that you use at least version 1.1.21 | |
| 21 | 19 |
| 22 | 20 |
| 23 Running the PostgreSQL unit tests | 21 Running the PostgreSQL unit tests |
| 24 ================================= | 22 ================================= |
| 25 | 23 |
