Changed the way authority tags were being pulled to specifically use an aggregate... collab/Callender/aggregate_function_fix_all_authorities
authorSteven Callender <stevecallender@esilibrary.com>
Thu, 7 Mar 2013 14:28:08 +0000 (09:28 -0500)
committerSteven Callender <stevecallender@esilibrary.com>
Thu, 7 Mar 2013 14:28:08 +0000 (09:28 -0500)
commiteda39a5fdf066136fd842e99802bbd88a003ce62
tree6e4f8b39d20488a85edfdbf18bc1422d83a1d124
parent41b7e1327541ce36f730c177c9a9ba7fd0d26138
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]