Skip to content

Instantly share code, notes, and snippets.

@derencius
Created June 8, 2011 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derencius/1013892 to your computer and use it in GitHub Desktop.
Save derencius/1013892 to your computer and use it in GitHub Desktop.
Unaccented PostgreSQL - 9.0.4
CREATE TEXT SEARCH CONFIGURATION unaccented_portuguese ( COPY = portuguese );
ALTER TEXT SEARCH CONFIGURATION unaccented_portuguese
ALTER MAPPING FOR hword, hword_part, word
WITH unaccent, portuguese_stem;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment