Changed the way authority tags were being pulled to specifically use an aggregate...
authorSteven Callender <stevecallender@esilibrary.com>
Wed, 6 Mar 2013 21:12:44 +0000 (16:12 -0500)
committerSteven Callender <stevecallender@esilibrary.com>
Wed, 6 Mar 2013 21:12:44 +0000 (16:12 -0500)
commit34f0a439014e4a8515f5437e020de545b67c74f6
treef8769041bb3076077b980a54b391797dcfc2b8f1
parentb1e6cde521f6b83a5b91722893495ecc3772065b
Changed the way authority tags were being pulled to specifically use an aggregate array.

There appears to have been a change in postgres at some point between 9.0 and 9.1
to the aggregate method. Because of this, postgres was not returning the proper
results when pulling tags for authorities. This change will force postgres to do
a proper aggregate array call and return the correct results.

Signed-off-by: Steven Callender <stevecallender@esilibrary.com>
Open-ILS/src/sql/Pg/011.schema.authority.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.function.axis_authority_tags_refs_aggregate [new file with mode: 0644]