Re: Help with "Create Extension unaccent" - Mailing list pgsql-general

From Ian Lawrence Barwick
Subject Re: Help with "Create Extension unaccent"
Date
Msg-id CAB8KJ=giJB4Obtg6u4NbbbK18h7Ci-LovOk=WZMiRFYmEZOjcg@mail.gmail.com
Whole thread Raw
In response to Help with "Create Extension unaccent"  (Lan Xu <lanxu2000@gmail.com>)
List pgsql-general
2024年1月14日(日) 14:53 Lan Xu <lanxu2000@gmail.com>:
>
> With CREATE EXTENSION unaccent, I’m getting the following:
> ERROR:  extension "unaccent" has no installation script nor update path for version “1.0"
>
> But I can find it under /usr/share/pgsql/extension/unaccent001.0.sql

For recent PostgreSQL versions, the extension files are:

  unaccent--1.0--1.1.sql
  unaccent--1.1.sql

so it looks like something is not right with your installation, but
without any more
details it's not possible to say what.

Regards

Ian Barwick



pgsql-general by date:

Previous
From: Lan Xu
Date:
Subject: Help with "Create Extension unaccent"
Next
From: Yongtao Huang
Date:
Subject: Why scan all columns when we select distinct c1?