Re: Include extension path on pg_available_extensions

Quan Zongliang <quanzongliang@yeah.net>

From: Quan Zongliang <quanzongliang@yeah.net>
To: Euler Taveira <euler@eulerto.com>, Chao Li <li.evan.chao@gmail.com>, Matheus Alcantara <matheusssilv97@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-10-24T01:57:51Z
Lists: pgsql-hackers

On 10/23/25 9:56 PM, Euler Taveira wrote:

> 
> * insufficient privilege: if the role doesn't have the sufficient privileges,
>    return NULL or '<insufficient privilege>' (similar to pg_stat_activity). I
>    don't have a strong preference but the latter can impose more effort to use
>    if you don't know the role has sufficient privilege. However, it is clear why
>    the absolute path is not returned.
> 

+1
I think this way is better.