From a0137388cb642bcc1ba10fb906b88658653c589d Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Wed, 15 Mar 2023 09:32:44 +0100 Subject: [PATCH] doc: Add lists of modules trusted/obsolete Author: Karl Pinc Discussion: https://postgr.es/m/20230102180015.372995a9@slate.karlpinc.com --- doc/src/sgml/contrib.sgml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml index 12c79b798b..1c13b8068c 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;