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

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

Pyrseas 0.4.0 is now available

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

Pyrseas now supports additional DDL features:

    - CASTs
    - CONSTRAINT TRIGGERs
    - CONVERSIONs
    - Dynamically loaded C language functions
    - OPERATORs, OPERATOR CLASSes and OPERATOR FAMILies
    - Composite and base TYPEs

Other changes:

  * Clean up and enhance documentation and remove redundant methods.

  * Use obj_description/col_description functions instead of querying
    pg_description directly.


Best regards,


Joe Abbate