Skip to content

Commit 64b329a

Browse files
author
Richard Jones
committed
version note
1 parent c6044fa commit 64b329a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/postgresql.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ Prerequisites
1212
To use PostgreSQL as backend for storing roundup data, you should
1313
additionally install:
1414

15-
1. PostgreSQL 7.x - http://www.postgresql.org/
15+
1. PostgreSQL 7.x from <http://www.postgresql.org/>.
1616

17-
2. The psycopg python interface to PostgreSQL:
18-
http://initd.org/software/initd/psycopg
17+
2. The psycopg python interface to PostgreSQL from
18+
<http://initd.org/software/initd/psycopg>.
19+
20+
Currently we only support the 1.x interface versions. 2.x is not
21+
supported.
1922

2023

2124
Running the PostgreSQL unit tests

0 commit comments

Comments
 (0)