Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
E.12. Postgres Pro 9.5.10.1
Prev UpAppendix E. Release NotesHome Next

E.12. Postgres Pro 9.5.10.1

Release date: 2017-11-14

E.12.1. Overview

This release is based onPostgreSQL 9.5.10 andPostgres Pro 9.5.9.1. All improvements inherited fromPostgreSQL 9.5.10 are listed inPostgreSQL 9.5.10 Release Notes.

Major enhancements overPostgres Pro 9.5.9.1 include:

  • Updatedpg_pathman module to version 1.4.8. (SeeSection F.30 andSection F.30.1.1.) As compared to version 1.4.3, the following enhancements were introduced:

    • Improved cache invalidation mechanisms.

    • DisabledCOPYpartitioned_table TO command. UseCOPY (SELECT * FROMpartitioned_table) TO instead.

    • FixedINSTEAD OF triggers on views selected from partitioned tables.

    • ALTER TABLEpartitioned_table RENAME TO now also renames auto naming sequences.

    • Disabled some dangerous optimizations forSELECT ... FOR SHARE/UPDATE onPostgreSQL 9.5.

    • Improved error handling in concurrent partitioning background worker.

    • Prohibited execution of queriesDELETE FROMpartitioned_table_1 USINGpartitioned_table_2... andUPDATEpartitioned_table_1 FROMpartitioned_table_2... if such queries touch more than one partition ofpartitioned_table_1.

    • Fixed a bug causing crashes onRESET ALL.

    • FixedWHERE conditions that point to gaps between partitions.

    • Restored compatibility withpg_repack.

    • For the full list of changes, seepg_pathman Wiki.

E.12.2. Migration to Version 9.5.10.1

Depending on your current installation, the upgrade procedure will differ.

If you are runningPostgres Pro 9.5.9.1, it is enough to install the 9.5.10.1 version into the same directory. For earlierPostgres Pro versions,pgpro_upgrade script is required to complete the upgrade:

  • If you are upgrading your installation from a binary package, and your database is in the default location,pgpro_upgrade is run automatically, unless you are prompted to run it manually.

  • If you compiled Postgres Pro from source code or created your database in a non-default location, you must runpgpro_upgrade script manually.

Important

Before launchingpgpro_upgrade manually, you must stop thepostgres service. The script must be run on behalf of the user owning the database (typically postgres). Runningpgpro_upgrade as root will result in an error. For details, seepgpro_upgrade.

To migrate to this version from vanillaPostgreSQL, perform a dump/restore usingpg_dumpall.


Prev Up Next
E.11. Postgres Pro 9.5.11.1 Home E.13. Postgres Pro 9.5.9.1
pdfepub
Go to Postgres Pro Standard 9.5
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp