From 1bd3cacb420f803dafc52994c4adb701d2990fba Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 4 Mar 2008 22:06:03 +0000 Subject: [PATCH] PostgreSQL 8.1 is now apparently in Etch, so removing remark about it not being there. --- INSTALL | 3 --- 1 file changed, 3 deletions(-) diff --git a/INSTALL b/INSTALL index d273d37..bade66d 100644 --- a/INSTALL +++ b/INSTALL @@ -17,9 +17,6 @@ packages: apt-get install python2.4 python-cherrypy postgresql-8.1 \ postgresql-contrib-8.1 python-psycopg2 python-simplejson python-tz -Note: If you're using Debian Etch, you will need to get PostgreSQL 8.1 from -another source such as http://backports.org as 8.1 is not present in Etch. - database setup --------------