]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Take a stab at 9.1 support
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 8 Sep 2011 22:09:49 +0000 (18:09 -0400)
committerDan Scott <dscott@laurentian.ca>
Sat, 10 Sep 2011 16:43:41 +0000 (12:43 -0400)
commit0704590d627d437f7796b1a2cf90257a7f5a52a5
tree2fa5e822150f631c674f1cc7d6eb66a36b7b32ab
parent7194fde763d6a0047687622df0d1d9aa82ba93da
Take a stab at 9.1 support

Second create database SQL to deal with
CREATE EXTENSION
instead of contrib files.

Check create DB steps for errors. If any found, die.
This should cover "could not load file" from pre-9.1 as well.

Also copied the 9.0 fts-config as 9.1 to avoid that warning during
database load.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/sql/Pg/000.english.pg91.fts-config.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/create_database_9_1.sql [new file with mode: 0644]
Open-ILS/src/support-scripts/eg_db_config.pl