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.15 -r1.16 --- openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 7 Aug 2017 23:47:46 -0000 1.15 +++ openacs-4/packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl 27 Mar 2018 11:17:59 -0000 1.16 @@ -55,7 +55,7 @@ append my_errors "
  • PL/pgSQL has not been created in your database. Execute the following command while logged in as a PostgreSQL \"superuser\":
    createlang plpgsql your_database_name
    \n" set my_error_p 1 } elseif { [catch { ns_db dml $db "drop function __test__();" } errmsg] } { - append my_errors "
  • An unexpected error was encountered while testing for the of existence PL/pgSQL. Here's the error messsage:
    $errmsg
    \n" + append my_errors "
  • An unexpected error was encountered while testing for the of existence PL/pgSQL. Here's the error message:
    $errmsg
    \n" set my_error_p 1 }