On Sat, 16 Aug 2025 at 10:08, I wrote:
> On Thu, 14 Aug 2025 at 23:30, Andrew Dunstan <andrew@dunslane.net> wrote:
> > Builtin
> > functions are also likely to be faster.
>
> We are not actually aiming for speed here, aren’t we?
I want to clarify here: I do not think consuming limiter resources of
catalog OID for builtin functions is worth the benefit here.
>
> Overall, Im +1 on `pg_get_{objecttype}_ddl` or maybe
> `pg_show_{objecttype}_ddl` design.
After putting some more thought into it, maybe we can implement the
whole thing as contrib extension? This would be the most Postgres-y
way to me.
--
Best regards,
Kirill Reshke