summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-11-29 11:51:21 +0100
committerYorhel <git@yorhel.nl>2009-11-29 11:51:21 +0100
commitbe023476e67dc76a5fb1344af5b5cb9244d992e7 (patch)
tree88c8cbfad23485780f809bd8ca2cf513224074fa /README
parentbbfc0bb866b2ad327eb25a97d3624b9eb3a7631b (diff)
SQL: Rewrote tag_vn_calc() to use a WITH RECURSIVE .. SELECT query
This is more efficient, and doesn't require the tag_tree() or tag_vn_childs() stored procedures. Does require PostgreSQL 8.4+
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c56db3f7..21b9389b 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ Requirements
global requirements:
Linux, or an OS that resembles Linux. Chances are VNDB won't run on Windows.
- PostgreSQL 8.3+
+ PostgreSQL 8.4+
perl 5.10 recommended, 5.8 may also work
A webserver that works with YAWF (lighttpd and Apache are known to work)