aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-09-06 12:36:40 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-09-06 12:36:50 -0400
commita3850a5f7582ebe328d2506873e31aac2b01d51b (patch)
treeac2f513e551a1d3513984bd3563439383cc8a9c1
parent95a07c1ebe78444177b15cf77b80fbaa8380bb56 (diff)
downloadpostgresql-a3850a5f7582ebe328d2506873e31aac2b01d51b.tar.gz
postgresql-a3850a5f7582ebe328d2506873e31aac2b01d51b.zip
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.
-rw-r--r--doc/src/sgml/release-9.1.sgml18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml
index 9a6ee0a50e5..a506329aeff 100644
--- a/doc/src/sgml/release-9.1.sgml
+++ b/doc/src/sgml/release-9.1.sgml
@@ -368,6 +368,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>
<itemizedlist>