Re: SQL function to access to `creating_extension` - Mailing list pgsql-hackers

From Andrei Lepikhov
Subject Re: SQL function to access to `creating_extension`
Date
Msg-id edc6c0ee-0751-48cc-a798-d7b2fdcc9930@gmail.com
Whole thread Raw
In response to SQL function to access to `creating_extension`  (Yurii Rashkovskii <yrashk@omnigres.com>)
List pgsql-hackers
On 19/4/2025 03:18, Yurii Rashkovskii wrote:
> This would allow for a generalized exclusion in pg_extension_config_dump.
> 
> I've attached a draft patch for this simple function. I am happy to 
> finalize it with tests and documentation if there is a consensus on the 
> shape.
I must admit that I rarely use the pg_extension_config_dump feature. 
Additionally, the term 'secondary extension' is not entirely clear to me.

To ensure we are on the same page, it would be helpful to see the 
specific case you are referring to as a regression test or TAP test 
included with the patch.

-- 
regards, Andrei Lepikhov



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: C11 / VS 2019
Next
From: Tender Wang
Date:
Subject: Re: A little cosmetic to convert_VALUES_to_ANY()