Re: Include extension path on pg_available_extensions

From: "Matheus Alcantara" <matheusssilv97(at)gmail(dot)com>
To: "Michael Banck" <mbanck(at)gmx(dot)net>, "Matheus Alcantara" <matheusssilv97(at)gmail(dot)com>
Cc: "Pg Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Include extension path on pg_available_extensions
Date: 2025-11-06 15:29:14
Message-ID: DE1PVW3JOK3K.I4RXDSRSHBVR@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks for reviewing this!

On Sun Nov 2, 2025 at 12:11 PM -03, Michael Banck wrote:
> On Mon, Sep 15, 2025 at 09:18:25PM -0300, Matheus Alcantara wrote:
>> postgres=# select * from pg_available_extensions;
>> name | default_version | installed_version | comment | location
>> ---------+-----------------+-------------------+--------------------------------------------------+---------------------------------------------------
>> envvar | 1.0.0 | | Get the value of a server environment variable | /usr/local/my/extensions/share/postgresql/extension
>> amcheck | 1.5 | | functions for verifying relation integrity | $system
>> bloom | 1.0 | | bloom access method - signature file based index | $system
>
> I am not sure just adding the column at the end is best, I would have
> put it before comment so that stays last, maybe somebody else has some
> bikeshedding input here?
>
Yeah, I think that it looks better to keep the comment at the end. If no
objections I'll swap the order of "comment" and "location" columns on
the next version.

--
Matheus Alcantara
EDB: http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-11-06 15:34:58 Missing calls to UnlockBuffers() - unify error handling?
Previous Message Chao Li 2025-11-06 15:22:26 Re: Calling PGReserveSemaphores() from CreateOrAttachShmemStructs