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

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

  1. Make get_extension_schema() available