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.4.2.3 -r1.4.2.4 --- openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 19 Jan 2003 08:54:14 -0000 1.4.2.3 +++ openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 21 Jan 2003 16:43:40 -0000 1.4.2.4 @@ -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" }] } {