]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/1.2.3-1.4-upgrade-db.sql
Enable LIKE to use an index for authority.full_rec.value
[Evergreen.git] / Open-ILS / src / sql / Pg / 1.2.3-1.4-upgrade-db.sql
1 /* Enable LIKE to use an index for database clusters with locales other than C or POSIX */
2 CREATE INDEX authority_full_rec_value_tpo_index ON authority.full_rec (value text_pattern_ops);