diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-05-11 22:58:47 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-05-11 22:58:47 -0400 |
commit | b89d90b051a1da7a447b25dc749ce42ccb4dc5bd (patch) | |
tree | 79b6d34034e604fe43a95db3b9d320f7a4a3de5d /doc/src | |
parent | 57775e82b235b2c815d9fd85cea53d77373a9203 (diff) | |
download | postgresql-b89d90b051a1da7a447b25dc749ce42ccb4dc5bd.tar.gz postgresql-b89d90b051a1da7a447b25dc749ce42ccb4dc5bd.zip |
doc: PG 13 relnotes: add documentation section and reformat
Add section about function table reformatting.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-13.sgml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 83470e9ba15..34211e2b68f 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -2331,7 +2331,7 @@ Use the directory of the pg_upgrade binary as the default new 'bindir' location </sect3> <sect3> - <title>Source Code</title> + <title>Documentation</title> <itemizedlist> @@ -2349,6 +2349,27 @@ Add a glossary to the documentation (Corey Huinker, Jürgen Purtz, Roger Har <listitem> <!-- +Author: Tom Lane <tgl@sss.pgh.pa.us> +2020-04-12 [e894c6183] Doc: introduce new layout for tables of functions and op +--> + +<para> +Reformat tables containing function information for better clarity (Tom Lane) +</para> + +</listitem> + + </itemizedlist> + + </sect3> + + <sect3> + <title>Source Code</title> + + <itemizedlist> + +<listitem> +<!-- Author: Peter Eisentraut <peter@eisentraut.org> 2019-08-13 [416c75cf3] Update to DocBook 4.5 --> |