pgsql: Update release notes to mention need for ALTER EXTENSION UPDATE.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update release notes to mention need for ALTER EXTENSION UPDATE.
Date: 2016-09-04 17:20:06
Message-ID: E1bgb5S-0001Nm-Vb@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update release notes to mention need for ALTER EXTENSION UPDATE.

Maybe we ought to make pg_upgrade do this for you, but it won't happen
in 9.6, so call out the need for it as a migration consideration.

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7bdf63ccdc70e7168740bdc426195b3b5d508f29

Modified Files
--------------
doc/src/sgml/release-9.6.sgml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-09-04 23:43:10 pgsql: Remove vestigial references to "zic" in favor of "IANA database"
Previous Message Tom Lane 2016-09-04 16:34:04 pgsql: Remove useless pg_strdup() operations.