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.
This commit is contained in:
Tom Lane 2011-09-06 12:36:40 -04:00
parent 95a07c1ebe
commit a3850a5f75

View File

@ -367,6 +367,24 @@
</sect3>
<sect3>
<title>Contrib</title>
<itemizedlist>
<listitem>
<para>
All contrib modules are now installed with <link
linkend="SQL-CREATEEXTENSION"><command>CREATE EXTENSION</></link>
rather than by manually invoking their SQL scripts
(Dimitri Fontaine, Tom Lane)
</para>
</listitem>
</itemizedlist>
</sect3>
<sect3>
<title>Other Incompatibilities</title>