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 -N -r1.6 -r1.7 --- openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 16 Jan 2003 13:28:23 -0000 1.6 +++ openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 16 Jan 2003 16:54:07 -0000 1.7 @@ -38,9 +38,6 @@ if { $version < 7.2 } { append my_errors "
  • Your installed version of Postgres is too old. Please install PostgreSQL 7.2 or later.\n" set my_error_p 1 - } elseif { [string equal $version "7.3"] } - append my_errors "
  • PostgreSQL 7.3 is not supported at this moment. Please use 7.2.3.\n" - set my_error_p 1 } if { [catch { ns_pg_bind 1row $db "select count(*) from pg_class" }] } {