E.20. Postgres Pro Standard 10.5.2
Release Date: 2018-09-17
E.20.1. Overview
This release is based onPostgres Pro Standard 10.5.1 and provides the following bug fixes:
Updated
pg_pathman
module to version 1.4.14 to improve stability.
E.20.2. Migration to Version 10.5.2
If you are upgrading from aPostgres Pro Standard version based on the samePostgreSQL major release, it is enough to install the new version into your current installation directory.
When upgrading from version 10.3.2 or lower, you must call theREINDEX
command for indexes that usedmchar
ormvarchar
types. Besides, if you have been usingpg_repack
on Debian-based systems, you have to reinstall its package manually when upgrading to this version since its package got renamed topg-repack-std-10
.
To migrate fromPostgreSQL or aPostgres Pro Standard release based on a previousPostgreSQL major version, see the instructions inPostgres Pro Standard 10.1.1 Release Notes. If you are opting for a dump/restore, make sure to use the--add-collprovider
option to correctly choose the provider for the default collation of the migrated database.