SCLENDS bibliographic dedupe routine
authorGalen Charlton <gmc@esilibrary.com>
Fri, 17 Jun 2011 03:06:00 +0000 (23:06 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 17 Jun 2011 03:06:00 +0000 (23:06 -0400)
commit300a04108fc6a3d14424c6d365329be334114f7d
treea19a39d8f25ed28df0b3f9b00ec9f4791a29e91c
parent6aa33c3a44b3684b0b176ac0cc743106bd0348b5
SCLENDS bibliographic dedupe routine

This implements a bibliographic deduplication routine based
on criteria and an algorithm specified by the South Carolina
State Library on behalf of the SC LENDS consortium.  This work
was sponsored by SC LENDS, whose impetus is gratefully
acknowledged.  Portions of this script were subseqently expanded
based on the advice of the Indiana State Library on the behalf
of the Evergreen Indiana project.

This is meant to run in an Evergreen database.  Usage would
be something like:

psql -U evergreen < sclends_dedupe.sql

However, in practice it is highly recommend to edit the script
first; any bibliographic deduplication requires close attention
to the particular data found in the Evergreen database.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
sql/dedupe/sclends_dedupe.sql [new file with mode: 0644]