Created
April 24, 2012 21:19
-
-
Save ruckus/2483903 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CREATE TRIGGER contacts_search_content_trigger BEFORE INSERT OR UPDATE | |
| ON contacts FOR EACH ROW EXECUTE PROCEDURE | |
| tsvector_update_trigger(search_content, 'pg_catalog.english', title, name, phone, fax, email, mobile_phone); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment