On Thu, 22 Aug 2024 at 21:00, Gabriele Bartolini <gabriele.bartol...@enterprisedb.com> wrote: > On Thu, 22 Aug 2024 at 09:32, Jelte Fennema-Nio <postg...@jeltef.nl> wrote: >> SET extension_search_path = /mnt/extensions/pg16/* > > That'd be great. +1.
Agreed, that'd be handy, but not worth blocking the underlying capability for. Except possibly to the degree that the feature should reserve wildcard characters and require them to be escaped if they appear on a path, so there's no BC break if it's added later. On Thu, 22 Aug 2024 at 21:00, Gabriele Bartolini <gabriele.bartol...@enterprisedb.com> wrote: > > Hi Jelte, > > On Thu, 22 Aug 2024 at 09:32, Jelte Fennema-Nio <postg...@jeltef.nl> wrote: >> >> It looks like you want one directory per extension, so that list would >> get pretty long if you have multiple extensions. Maybe (as a follow up >> change), we should start to support a * as a wildcard in both of these >> GUCs. So you could say: >> >> SET extension_search_path = /mnt/extensions/pg16/* >> >> To mean effectively the same as you're describing above. > > > That'd be great. +1. > > -- > Gabriele Bartolini > Vice President, Cloud Native at EDB > enterprisedb.com