We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6044fa commit 64b329aCopy full SHA for 64b329a
doc/postgresql.txt
@@ -12,10 +12,13 @@ Prerequisites
12
To use PostgreSQL as backend for storing roundup data, you should
13
additionally install:
14
15
-1. PostgreSQL 7.x - http://www.postgresql.org/
+1. PostgreSQL 7.x from <http://www.postgresql.org/>.
16
17
-2. The psycopg python interface to PostgreSQL:
18
- http://initd.org/software/initd/psycopg
+2. The psycopg python interface to PostgreSQL from
+ <http://initd.org/software/initd/psycopg>.
19
+
20
+ Currently we only support the 1.x interface versions. 2.x is not
21
+ supported.
22
23
24
Running the PostgreSQL unit tests
0 commit comments