Обсуждение: Pyrseas 0.4.1 is now available

Поиск
Список
Период
Сортировка

Pyrseas 0.4.1 is now available

От
Joe Abbate
Дата:
Pyrseas 0.4.1, a framework for upgrading/migrating a PostgreSQL
database, has been released. It is available from PGXN, PyPI and
PgFoundry.

This is a maintenance release that fixes the following issues raised via
the GitHub and the pyrseas-general mailing list:

  * Make the initial SET search_path persistent.

  * Correct exclusion of PG internal schemas in various queries.

  * Fix generation of COMMENTs with single quotes in the text.

  * For inherited tables, only generate constraints that are defined
    locally.

  * Correct generation of ALTER TABLE ADD/DROP COLUMN when input
    columns are in different order than original (issue #8).

  * Support PG 9.1 (add description for PL/pgSQL language).

Thanks to Malcom and Alexey for their help.


Best regards,


Joe Abbate