Обсуждение: Dependency Tracking to be updated with PostgreSQL 14 functions on dependencies improvement.

Поиск
Список
Период
Сортировка

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

От
PG Doc comments form
Дата:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/ddl-depend.html
Description:

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/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

Assuming Example highlighted in Dependency Tracking document should
highlight the features as well.

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

От
"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 :-

For documentation related to Dependency Tracking is missing relevant
information related to new improvement with 14 version.
Dependency Tracking :-
I agree that the last paragraphs are inaccurate after the BEGIN ATOMIC feature.
Patches are welcome.


--
Euler Taveira