Index: openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl,v diff -u -r1.14.2.1 -r1.14.2.2 --- openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 10 Sep 2015 08:21:15 -0000 1.14.2.1 +++ openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 16 Oct 2015 10:30:00 -0000 1.14.2.2 @@ -35,8 +35,8 @@ nsv_set ad_database_version . $version } - if { $version < 8.0 } { - append my_errors "
  • Your installed version of Postgres is too old. Please install PostgreSQL 8.0 or later.\n" + if { $version < 9.0 } { + append my_errors "
  • Your installed version of Postgres is too old. Please install PostgreSQL 9.0 or later.\n" set my_error_p 1 } @@ -59,8 +59,6 @@ set my_error_p 1 } - # RBM: Remove check for 7.1 since we don't support it anymore. 2002-01-14 - ns_db releasehandle $db if { [info exists my_error_p] } {