File tree 1 file changed +19
-11
lines changed
1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -270,6 +270,25 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
270
270
</para>
271
271
</listitem>
272
272
273
+ <listitem>
274
+ <!--
275
+ Author: Tom Lane <tgl@sss.pgh.pa.us>
276
+ 2020-02-19 [70a773200] Remove support for upgrading extensions from "unpackaged
277
+ -->
278
+
279
+ <para>
280
+ Remove support for upgrading unpackaged (pre-9.1) extensions (Tom Lane)
281
+ </para>
282
+
283
+ <para>
284
+ The <literal>FROM</literal> option
285
+ of <link linkend="sql-createextension"><command>CREATE
286
+ EXTENSION</command></link> is no longer supported. Any installations
287
+ still using unpackaged extensions should upgrade them to a packaged
288
+ version before updating to <productname>PostgreSQL</productname> 13.
289
+ </para>
290
+ </listitem>
291
+
273
292
<listitem>
274
293
<!--
275
294
Author: Tom Lane <tgl@sss.pgh.pa.us>
@@ -2934,17 +2953,6 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
2934
2953
2935
2954
<listitem>
2936
2955
<!--
2937
- Author: Tom Lane <tgl@sss.pgh.pa.us>
2938
- 2020-02-19 [70a773200] Remove support for upgrading extensions from "unpackaged
2939
- -->
2940
-
2941
- <para>
2942
- Remove support for upgrading unpackaged (pre-9.1) extensions (Tom Lane)
2943
- </para>
2944
- </listitem>
2945
-
2946
- <listitem>
2947
- <!--
2948
2956
Author: Andrew Dunstan <andrew@dunslane.net>
2949
2957
2019-12-20 [6136e94dc] Superuser can permit passwordless connections on postgre
2950
2958
-->
You can’t perform that action at this time.
0 commit comments