pgsql: Doc: explain about dependency tracking for new-style SQL functio

Lists: pgsql-committers
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: explain about dependency tracking for new-style SQL functio
Date: 2023-06-04 17:27:38
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Doc: explain about dependency tracking for new-style SQL functions.

5.14 Dependency Tracking was not updated when we added new-style
SQL functions. Improve that.

Noted by Sami Imseih. Back-patch to v14 where
new-style SQL functions came in.

Discussion: https://postgr.es/m/[email protected]

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0aa5e4af1bda2d55f31c2f70fa09a188985d8d4a

Modified Files
--------------
doc/src/sgml/ddl.sgml | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)