doc: Add lists of modules trusted/obsolete
authorAlvaro Herrera
Wed, 15 Mar 2023 08:32:44 +0000 (09:32 +0100)
committerAlvaro Herrera
Wed, 15 Mar 2023 08:32:44 +0000 (09:32 +0100)
Author: Karl Pinc 
Discussion: https://postgr.es/m/20230102180015.372995a9@slate.karlpinc.com

doc/src/sgml/contrib.sgml

index 12c79b798ba3c48abb5320bb33e331e6b8e81489..1c13b8068caae7b9d7c96c7b2b0dfaa0a589a051 100644 (file)
@@ -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;