Re: Problems when using unaccent - Mailing list pgsql-docs

From Tom Lane
Subject Re: Problems when using unaccent
Date
Msg-id 4097926.1704213839@sss.pgh.pa.us
Whole thread Raw
In response to Problems when using unaccent  (PG Doc comments form <noreply@postgresql.org>)
List pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes:
> I'm trying to query a database with unaccent, but PostgreSQL gives me
> exceptions:

> ERROR:  function unaccent(character varying) does not exist at character
> 139

It looks like you haven't installed the unaccent extension in that
database.  See

https://www.postgresql.org/docs/current/contrib.html

            regards, tom lane



pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Problems when using unaccent
Next
From: PG Doc comments form
Date:
Subject: incorrect description of Python try / except