Take a stab at 9.1 support
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 8 Sep 2011 22:09:49 +0000 (18:09 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Fri, 9 Sep 2011 13:38:11 +0000 (09:38 -0400)
commit0cdcb6d695aa42fb7f5375daa81b826e75fad406
tree3ace5fcbb3f97e62b974303088054351d4bd74b0
parent642dae8cbd68410b80f518ac1683e64003735738
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>
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