Project

General

Profile

« Previous | Next » 

Revision 10320

inputs/ACAD/Specimen/postprocess.sql, inputs/ARIZ/omoccurrences/postprocess.sql: removed unnecessary "" around keys/values. "" are required in hstore input syntax in approximately the same places as they are in XPaths (around values containing spaces or special characters).

View differences:

postprocess.sql
1 1
SELECT util.search_path_append('util');
2 2

  
3 3
SELECT mk_derived_col((:table_str, 'specimenHolderInstitutions'),
4
$$_map('"Acadia University"=>"ACAD", "*"=>"*"', "specimenHolderInstitutions_verbatim")$$);
4
$$_map('"Acadia University"=>ACAD, *=>*', "specimenHolderInstitutions_verbatim")$$);

Also available in: Unified diff