projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a948e49
)
doc: Add lists of modules trusted/obsolete
author
Alvaro Herrera
Wed, 15 Mar 2023 08:32:44 +0000
(09:32 +0100)
committer
Alvaro 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/contrib.sgml
b/doc/src/sgml/contrib.sgml
index 12c79b798ba3c48abb5320bb33e331e6b8e81489..1c13b8068caae7b9d7c96c7b2b0dfaa0a589a051 100644
(file)
--- 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;