On 9/15/20 1:05 PM, Tom Lane wrote:
> "Jonathan S. Katz" <jk...@postgresql.org> writes:
>> On 9/15/20 12:05 PM, Tom Lane wrote:
>>> Ah.  OK, we can certainly extend it to mention that.  How about
>>> (not bothering with markup yet)
>>>
>>>  Remove support for upgrading unpackaged (pre-9.1) extensions (Tom Lane)
>>> +
>>> +The FROM option of CREATE EXTENSION is no longer supported.
> 
>> +1.
> 
>> With that in place, I'm more ambivalent to whether or not it's mentioned
>> in the incompatibilities section as well, though would lean towards
>> having a mention of it there as it technically is one. But I don't feel
>> too strongly about it.
> 
> After thinking a bit, I'm inclined to agree that we should move it
> to "Incompatibilities".  It is a core server change (third-party
> extensions don't have a choice to opt out, as per postgis' issue),
> and even if it's trivial, we have some even-more-trivial issues
> listed there, like command tag changes.

How about this?

Jonathan
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml
index 0ca970e452..bed56b0f3d 100644
--- a/doc/src/sgml/release-13.sgml
+++ b/doc/src/sgml/release-13.sgml
@@ -324,6 +324,19 @@ Author: Peter Geoghegan <p...@bowt.ie>
      </para>
     </listitem>
 
+    <listitem>
+<!--
+Author: Tom Lane <t...@sss.pgh.pa.us>
+2020-02-19 [70a773200] Remove support for upgrading extensions from "unpackaged
+-->
+
+     <para>
+      Remove support for <link linkend="sql-createextension"><command>CREATE
+      EXTENSION ... FROM</command></link>
+      (Tom Lane)
+     </para>
+    </listitem>
+
    </itemizedlist>
 
   </sect2>
@@ -2941,6 +2954,12 @@ Author: Tom Lane <t...@sss.pgh.pa.us>
       <para>
        Remove support for upgrading unpackaged (pre-9.1) extensions (Tom Lane)
       </para>
+
+      <para>
+       The <literal>FROM</literal> option of
+       <link linkend="sql-createextension"><command>CREATE EXTENSION</command>
+       </link> is no longer supported.
+      </para>
      </listitem>
 
      <listitem>

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to