Advertisement
Dyrcona

Disable Symspell Triggers

Apr 12th, 2022
918
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. \qecho Disable Symspell/Did You Mean triggers
  2. ALTER TABLE metabib.title_field_entry DISABLE TRIGGER maintain_symspell_entries_tgr;
  3. ALTER TABLE metabib.author_field_entry DISABLE TRIGGER maintain_symspell_entries_tgr;
  4. ALTER TABLE metabib.subject_field_entry DISABLE TRIGGER maintain_symspell_entries_tgr;
  5. ALTER TABLE metabib.series_field_entry DISABLE TRIGGER maintain_symspell_entries_tgr;
  6. ALTER TABLE metabib.keyword_field_entry DISABLE TRIGGER maintain_symspell_entries_tgr;
  7. ALTER TABLE metabib.identifier_field_entry DISABLE TRIGGER maintain_symspell_entries_tgr;
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement