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:53:47 +0000 (12:53 -0400)
commit0b762516b831bbb82557aee37cefdd42a7eb1888
tree92d712024552cda787743dbd5d6de2330b0aedb5
parent21c2f1f64f54e9b65e57fedbabfa031f6a27ff9b
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