comparison doc/postgresql.txt @ 3316:15c03392019c maint-0.8

version note
author Richard Jones <richard@users.sourceforge.net>
date Thu, 05 May 2005 00:17:19 +0000
parents 653c7ffce402
children
comparison
equal deleted inserted replaced
3315:7b14369be454 3316:15c03392019c
10 ============= 10 =============
11 11
12 To use PostgreSQL as backend for storing roundup data, you should 12 To use PostgreSQL as backend for storing roundup data, you should
13 additionally install: 13 additionally install:
14 14
15 1. PostgreSQL 7.x - http://www.postgresql.org/ 15 1. PostgreSQL 7.x from <http://www.postgresql.org/>.
16 16
17 2. The psycopg python interface to PostgreSQL: 17 2. The psycopg python interface to PostgreSQL from
18 http://initd.org/software/initd/psycopg 18 <http://initd.org/software/initd/psycopg>.
19
20 Currently we only support the 1.x interface versions. 2.x is not
21 supported.
19 22
20 23
21 Running the PostgreSQL unit tests 24 Running the PostgreSQL unit tests
22 ================================= 25 =================================
23 26

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