Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION.
authorTom Lane
Tue, 6 Sep 2011 16:36:40 +0000 (12:36 -0400)
committerTom 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

index 9a6ee0a50e598ae13bd5d6d929d99fb06f3947f6..a506329aeffd8921b105d2873228c044c6ab45cf 100644 (file)
 
    
 
+   
+    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