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

From Bossart, Nathan
Subject Re: improve CREATE EXTENSION error message
Date
Msg-id D4CD4EC5-845C-492E-9B65-87E255DAD54A@amazon.com
Whole thread Raw
In response to Re: improve CREATE EXTENSION error message  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 1/11/22, 11:23 AM, "Tom Lane" <tgl@sss.pgh.pa.us> wrote:
> "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.

Thanks!

Nathan


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: improve CREATE EXTENSION error message
Next
From: Thomas Munro
Date:
Subject: Re: Why is src/test/modules/committs/t/002_standby.pl flaky?