Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a3850a5

Browse files
committed
Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION.
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.
1 parent 95a07c1 commit a3850a5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/src/sgml/release-9.1.sgml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,24 @@
367367

368368
</sect3>
369369

370+
<sect3>
371+
<title>Contrib</title>
372+
373+
<itemizedlist>
374+
375+
<listitem>
376+
<para>
377+
All contrib modules are now installed with <link
378+
linkend="SQL-CREATEEXTENSION"><command>CREATE EXTENSION</></link>
379+
rather than by manually invoking their SQL scripts
380+
(Dimitri Fontaine, Tom Lane)
381+
</para>
382+
</listitem>
383+
384+
</itemizedlist>
385+
386+
</sect3>
387+
370388
<sect3>
371389
<title>Other Incompatibilities</title>
372390

0 commit comments

Comments
 (0)