From: Alvaro Herrera Date: Wed, 15 Mar 2023 08:32:44 +0000 (+0100) Subject: doc: Add lists of modules trusted/obsolete X-Git-Tag: REL_16_BETA1~529 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=a0137388cb642bcc1ba10fb906b88658653c589d;p=postgresql.git doc: Add lists of modules trusted/obsolete Author: Karl Pinc Discussion: https://postgr.es/m/20230102180015.372995a9@slate.karlpinc.com --- diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml index 12c79b798ba..1c13b8068ca 100644 --- a/doc/src/sgml/contrib.sgml +++ b/doc/src/sgml/contrib.sgml @@ -84,6 +84,33 @@ CREATE EXTENSION extension_name; provide access to outside-the-database functionality. + + The following extensions are trusted in a default installation: + + + + + + + + + + + + + + + + + + + + + + + + + Many extensions allow you to install their objects in a schema of your choice. To do that, add SCHEMA @@ -100,6 +127,15 @@ CREATE EXTENSION extension_name; component for details. + + The following modules and extensions are obsolete: + + + + + + + &adminpack; &amcheck; &auth-delay;