PG Doc comments form writes:
> Page: https://www.postgresql.org/docs/17/ddl-depend.html
>> PostgreSQL will be aware that the get_color_note function depends on the
>> rainbow type: dropping the type would force dropping the function, because
>> its argument type would no longer be defined.
> Mayb
On Wed, Jul 27, 2022, at 4:39 AM, PG Doc comments form wrote:
> In PostgreSQL 14, we have added feature to check dependencies for function
> defined with sql_body or language as SQL.
> Reference :-
> https://www.postgresql.org/docs/14/sql-createfunction.html
> https://jkatz05.com/post/postgres/po