Changes between Version 70 and Version 71 of InstallationGuidelines/PostgreSQL


Ignore:
Timestamp:
10/16/14 16:36:15 (10 years ago)
Author:
Arnav Sharma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/PostgreSQL

    v70 v71  
    1010It is assumed that you are running Debian 'Squeeze'. 'Lenny' works fine for Eden, but the main point is to use PostGIS where Squeeze or Wheezy are better...
    1111
     12
    1213(For Wheezy, replace '8.4' with '9.1')
    1314{{{
    1415apt-get install -y postgresql-8.4 python-psycopg2
    1516}}}
     17
     18
     19If you are using postgres-9.3, use psycopg2 as the driver instead of the web2py default pg8000.
    1620
    1721Enable automatic DB maintenance: