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-17T05:45:40Z
Lists: pgsql-hackers
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. Regards Pavel
Commits
-
Make get_extension_schema() available
- e20b1ea1575c 16.0 landed