Re: Dependency Tracking

2025-04-19 Thread Tom Lane
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

Re: Dependency Tracking to be updated with PostgreSQL 14 functions on dependencies improvement.

2022-08-02 Thread Euler Taveira
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