Re: PG 13 release notes, first draft
От | Tom Lane |
---|---|
Тема | Re: PG 13 release notes, first draft |
Дата | |
Msg-id | 1339394.1600193461@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: PG 13 release notes, first draft ("Jonathan S. Katz" <jkatz@postgresql.org>) |
Ответы |
Re: PG 13 release notes, first draft
|
Список | pgsql-hackers |
"Jonathan S. Katz" <jkatz@postgresql.org> writes: > On 9/15/20 1:05 PM, Tom Lane wrote: >> 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? The other incompatibilities are only listed once, if they're minor. I was just about to commit the attached. regards, tom lane diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 1f130ca1fe..3fd97c9d10 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -270,6 +270,25 @@ Author: Tom Lane <tgl@sss.pgh.pa.us> </para> </listitem> + <listitem> +<!-- +Author: Tom Lane <tgl@sss.pgh.pa.us> +2020-02-19 [70a773200] Remove support for upgrading extensions from "unpackaged +--> + + <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. Any installations + still using unpackaged extensions should upgrade them to a packaged + version before updating to <productname>PostgreSQL</productname> 13. + </para> + </listitem> + <listitem> <!-- Author: Tom Lane <tgl@sss.pgh.pa.us> @@ -2934,17 +2953,6 @@ Author: Tom Lane <tgl@sss.pgh.pa.us> <listitem> <!-- -Author: Tom Lane <tgl@sss.pgh.pa.us> -2020-02-19 [70a773200] Remove support for upgrading extensions from "unpackaged ---> - - <para> - Remove support for upgrading unpackaged (pre-9.1) extensions (Tom Lane) - </para> - </listitem> - - <listitem> -<!-- Author: Andrew Dunstan <andrew@dunslane.net> 2019-12-20 [6136e94dc] Superuser can permit passwordless connections on postgre -->
В списке pgsql-hackers по дате отправления: