Enabling unaccent module on all schemas

From: Bernardo Carneiro <carneiro(dot)be(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Enabling unaccent module on all schemas
Date: 2012-11-11 17:54:51
Message-ID: CAG5U_ADsoW=0iTj0WY2p27fpu28cVp3HZbXnsNsR9DhV4jH9+g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I've installed unaccent on the public schema using CREATE EXTENSION.
However I have multiple schemas and they don't have the public schema on
their search path. I've tried calling "public".unaccent() but it fails with
'text search dictionary "unaccent" does not exist'. I suppose it is trying
to locate the unaccent dictionary on the wrong path because the search path
does not contain public. Is there anyway to overcome this issue?

Many thanks in advance!

Cheers,
Bernardo

Browse pgsql-general by date

  From Date Subject
Next Message 高健 2012-11-12 00:03:43 Re: explain plan visibility
Previous Message Jayadevan M 2012-11-11 15:20:48 Oracle to PostgreSQL replication with Goldengate