Re: SQL function to access to `creating_extension`

2025-08-01 Thread Andrei Lepikhov
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 u

Re: SQL function to access to `creating_extension`

2025-04-19 Thread Florents Tselai
> On 19 Apr 2025, at 4:18 AM, Yurii Rashkovskii wrote: > > Hi, > > I propose to introduce `pg_creating_extension()` function that would return > the OID of the extension being currently created (or `null` if none is). > > The core motivation for it is to be able to establish data provenance