Re: improve CREATE EXTENSION error message - Mailing list pgsql-hackers

From Tom Lane
Subject Re: improve CREATE EXTENSION error message
Date
Msg-id 2757651.1641928958@sss.pgh.pa.us
Whole thread Raw
In response to Re: improve CREATE EXTENSION error message  ("Bossart, Nathan" <bossartn@amazon.com>)
Responses Re: improve CREATE EXTENSION error message
List pgsql-hackers
"Bossart, Nathan" <bossartn@amazon.com> writes:
> Okay, the message looks like this in v5:

>         postgres=# CREATE EXTENSION does_not_exist;
>         ERROR:  extension "does_not_exist" is not available
>         DETAIL:  Could not open extension control file "/usr/local/pgsql/share/extension/does_not_exist.control": No
suchfile or directory. 
>         HINT:  The extension must first be installed on the system where PostgreSQL is running.

Nobody complained about that wording, so pushed.

            regards, tom lane



pgsql-hackers by date:

Previous
From: "Bossart, Nathan"
Date:
Subject: Re: Add index scan progress to pg_stat_progress_vacuum
Next
From: "Bossart, Nathan"
Date:
Subject: Re: improve CREATE EXTENSION error message