diff options
author | Noah Misch <noah@leadboat.com> | 2023-04-23 18:58:19 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2023-04-23 18:58:19 -0700 |
commit | 244ab8c00c427d35901a6f1eb97e4e22b2916e7e (patch) | |
tree | 5384a52b0686dfaa1db71da9da12d7666f9f0b66 | |
parent | 8bbd0cce92be98de9f4f727b8bf66fe26e5831ea (diff) | |
download | postgresql-244ab8c00c427d35901a6f1eb97e4e22b2916e7e.tar.gz postgresql-244ab8c00c427d35901a6f1eb97e4e22b2916e7e.zip |
Remove new <para id="contrib-obsolete">.
Just intagg is obsolete, and having a one-entry list gives undue weight.
Discussion: https://postgr.es/m/20230409185050.GA949159@rfd.leadboat.com
-rw-r--r-- | doc/src/sgml/contrib.sgml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml index 1c13b8068ca..922421a8971 100644 --- a/doc/src/sgml/contrib.sgml +++ b/doc/src/sgml/contrib.sgml @@ -127,15 +127,6 @@ CREATE EXTENSION <replaceable>extension_name</replaceable>; component for details. </para> - <para id="contrib-obsolete"> - The following modules and extensions are obsolete: - - <simplelist type="inline"> - <member><xref linkend="intagg"/></member> - <member><xref linkend="xml2"/></member> - </simplelist> - </para> - &adminpack; &amcheck; &auth-delay; |