Overcome metabib.record_attr_vector_list missing
authorDan Scott <dscott@laurentian.ca>
Tue, 25 Nov 2014 16:40:52 +0000 (11:40 -0500)
committerDan Scott <dscott@laurentian.ca>
Tue, 25 Nov 2014 16:40:52 +0000 (11:40 -0500)
Perhaps the transaction is too long? Anyway, commit and move on.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/sql/Pg/upgrade/conifer_2_4-to_2_7.sql

index 7bfbd30..ad8465c 100644 (file)
@@ -25602,6 +25602,10 @@ UPDATE permission.perm_list
 SET description = 'Allows a user to process and verify URLs'
 WHERE code = 'URL_VERIFY';
 
+-- Need to commit to get the metabib.record_attr_vector_list visible
+COMMIT;
+BEGIN;
+
 SELECT evergreen.upgrade_deps_block_check('0892', :eg_version);
 
 CREATE OR REPLACE VIEW metabib.record_attr_flat AS