From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
---|---|
To: | Cihat Küçükbağrıaçık <cihat(dot)kucukbagriacik(at)profelis(dot)com(dot)tr>, pgsql-general(at)lists(dot)postgresql(dot)org |
Subject: | Re: Passwordcheck Extension Not Installing |
Date: | 2025-02-09 21:56:52 |
Message-ID: | 62c3b501-428a-43ac-82d4-be30f81c1079@aklaver.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 2/8/25 11:28, Cihat Küçükbağrıaçık wrote:
> Hi Community,
>
> I have a PostgreSQL 17.2 database running on Ubuntu 22.04. I'm trying to
> install the |passwordcheck| extension, but I keep getting a "file not
> found" error.
>
> postgres=# create extension passwordcheck;
> ERROR: extension "passwordcheck" is not available
> DETAIL: Could not open extension control file
> "/usr/share/postgresql/17/extension/passwordcheck.control": No such file
> or directory.
> HINT: The extension must first be installed on the system where
> PostgreSQL is running.
>
>
> Even though I have installed the |postgresql-contrib| packages, I still
> cannot see the extension. Below, I have listed the steps I followed.
> Could you help me with this issue?
I don't see it in any of the contrib/ directories for 14-17 on Ubuntu
22.04. Nor can I find it elsewhere in the packages.
You might try asking here:
https://www.postgresql.org/list/pgsql-pkg-debian/
>
> https://www.postgresql.org/docs/current/passwordcheck.html
> <https://www.postgresql.org/docs/current/passwordcheck.html>
>
> resim.png
>
> Regards.
>
>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Mukesh Tanuku | 2025-02-10 04:34:17 | PG-15.6: timeout parameters erroring out |
Previous Message | Tom Lane | 2025-02-09 21:20:35 | Re: Passwordcheck Extension Not Installing |