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

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: E1q5rVx-000Awp-Bv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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/2C1933AB-C2F8-499B-9D18-4AC1882256A0@amazon.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0211544969b589e49c40d113822162ee3ed78bd6

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

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-06-05 05:34:53 pgsql: Doc: unify use of timestamp with time zone vs timestamptz
Previous Message Tom Lane 2023-06-04 17:06:04 pgsql: Fix pg_dump's failure to honor dependencies of SQL functions.