aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2017-03-23 15:31:17 +0100
committerDaniel Golle <daniel@makrotopia.org>2017-03-23 15:31:17 +0100
commit46fc5ea62b987d109d2d9359a2e0f95bd02cba44 (patch)
tree18705bab2bc5a729f6743a347bf373124bfc0ff4 /README
parent78ecfccd774a77ae3d7a51e3f5c7c7c86cf7985b (diff)
downloadgnunet-46fc5ea62b987d109d2d9359a2e0f95bd02cba44.tar.gz
gnunet-46fc5ea62b987d109d2d9359a2e0f95bd02cba44.zip
postgresql: require version 9.5
CREATE INDEX IF NOT EXISTS was added at version 9.5 (rather than 9.6) see also https://www.postgresql.org/docs/9.5/static/sql-createindex.html
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7f73525e8..4f0e3c08c 100644
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ These are the direct dependencies for running GNUnet:
42- libltdl >= 2.2 (part of GNU libtool) 42- libltdl >= 2.2 (part of GNU libtool)
43- sqlite >= 3.8 (default database, required) 43- sqlite >= 3.8 (default database, required)
44- mysql >= 5.1 (alternative to sqlite) 44- mysql >= 5.1 (alternative to sqlite)
45- postgres >= 9.6 (alternative to sqlite) 45- postgres >= 9.5 (alternative to sqlite)
46- libopus >= 1.0.1 (optional for experimental conversation tool) 46- libopus >= 1.0.1 (optional for experimental conversation tool)
47- libpulse >= 2.0 (optional for experimental conversation tool) 47- libpulse >= 2.0 (optional for experimental conversation tool)
48- libogg >= 1.3.0 (optional for experimental conversation tool) 48- libogg >= 1.3.0 (optional for experimental conversation tool)