From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Cc: | kdar_joshi(at)yahoo(dot)com |
Subject: | BUG #18478: uuid-ossp extension is not installed with PostgreSQL 17 Beta 1 |
Date: | 2024-05-24 05:01:32 |
Message-ID: | 18478-5ba76f2132a6e232@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 18478
Logged by: Kedar Joshi
Email address: kdar_joshi(at)yahoo(dot)com
PostgreSQL version: 17beta1
Operating system: Windows 10 64 Bit
Description:
Hi,
I was evaluating latest beta of PostgreSQL 17 and I noticed that uuid-ossp
extension is not installed in 'share\extension' directory during
installation. This results in following error while running `CREATE
EXTENSION IF NOT EXISTS "uuid-ossp";`.
```
ERROR: extension "uuid-ossp" is not available
DETAIL: Could not open extension control file "C:/Program
Files/PostgreSQL/17/share/extension/uuid-ossp.control": No such file or
directory.
HINT: The extension must first be installed on the system where PostgreSQL
is running.
```
Thank you.
From | Date | Subject | |
---|---|---|---|
Next Message | PG Bug reporting form | 2024-05-24 07:02:28 | BUG #18479: websearch_to_tsquery inconsistent behavior for german when using parentheses |
Previous Message | Thomas Munro | 2024-05-24 01:32:26 | Re: BUG #18334: Segfault when running a query with parallel workers |