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

Dependency Tracking

2025-04-18 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/ddl-depend.html Description: (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,

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

2022-08-02 Thread Euler Taveira
m/post/postgres/postgres-begin-atomic/ > > For documentation related to Dependency Tracking is missing relevant > information related to new improvement with 14 version. > Dependency Tracking :- > https://www.postgresql.org/docs/current/ddl-depend.html I agree that the last paragraphs

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

2022-07-27 Thread PG Doc comments form
/docs/14/sql-createfunction.html https://jkatz05.com/post/postgres/postgres-begin-atomic/ For documentation related to Dependency Tracking is missing relevant information related to new improvement with 14 version. Dependency Tracking :- https://www.postgresql.org/docs/current/ddl-depend.html