Re: shoud be get_extension_schema visible?
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-02-19T05:40:39Z
Lists: pgsql-hackers
Attachments
- public_get_extension_schema.patch (text/x-patch) patch
Hi pá 17. 2. 2023 v 6:45 odesílatel Pavel Stehule <pavel.stehule@gmail.com> napsal: > Hi > > more times I needed to get the extension's assigned namespace. There is > already a cooked function get_extension_schema, but it is static. > > I need to find a function with a known name, but possibly an unknown > schema from a known extension. > Here is an patch Regards Pavel > > Regards > > Pavel > > >
Commits
-
Make get_extension_schema() available
- e20b1ea1575c 16.0 landed