projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7f83e7
)
Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION.
author
Tom Lane
Tue, 6 Sep 2011 16:36:40 +0000
(12:36 -0400)
committer
Tom Lane
Tue, 6 Sep 2011 16:36:40 +0000
(12:36 -0400)
We've now seen more than one gripe from somebody who didn't get the memo
about how to install contrib modules in 9.1. Try to make it a little more
prominent that you aren't supposed to call the scripts directly anymore.
doc/src/sgml/release-9.1.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.1.sgml
b/doc/src/sgml/release-9.1.sgml
index 9a6ee0a50e598ae13bd5d6d929d99fb06f3947f6..a506329aeffd8921b105d2873228c044c6ab45cf 100644
(file)
--- a/
doc/src/sgml/release-9.1.sgml
+++ b/
doc/src/sgml/release-9.1.sgml
@@
-367,6
+367,24
@@
+
+
Contrib
+
+
+
+
+
+ All contrib modules are now installed with
+ linkend="SQL-CREATEEXTENSION">
CREATE EXTENSION>
+ rather than by manually invoking their SQL scripts
+ (Dimitri Fontaine, Tom Lane)
+
+
+
+
+
+
+
Other Incompatibilities