We actually activate unaccent for each database.
For that we use postgresql-contrib and CREATE EXTENSION \"unaccent\" for each database.
It works fine, but we want to avoid remembering and checking this task.
My question.
I can't find any information about how to get unaccent activated by default when we create new databases.
Anyone knows how to do it?
Thanks.