Pyrseas 0.6.0 is now available

Поиск
Список
Период
Сортировка
От Joe Abbate
Тема Pyrseas 0.6.0 is now available
Дата
Msg-id 508AEF9B.1090800@freedomcircle.com
обсуждение исходный текст
Список pgsql-announce
Pyrseas 0.6.0, a framework for upgrading/migrating a PostgreSQL
database, has been released.  It is available from:

   GitHub:     https://github.com/jmafc/Pyrseas
   PyPI:       http://pypi.python.org/pypi/Pyrseas
   PGXN:       http://pgxn.org/dist/pyrseas/
   PgFoundry:  http://pgfoundry.org/projects/pyrseas

Updated documentation is viewable at:

   Read the Docs:  http://pyrseas.readthedocs.org/en/latest/

Pyrseas now supports additional PostgreSQL DDL features:

    - EXTENSIONs
    - COLLATIONs
    - OWNER information
    - Access privileges (GRANT and REVOKE)
    - TABLESPACEs for tables, primary keys and indexes
    - MATCH attributes for foreign keys
    - ALTER composite TYPE ADD/DROP/RENAME ATTRIBUTE
    - ENUMs with no labels
    - UNLOGGED tables
    - CREATE FUNCTION SET configuration_parameter

Pyrseas supports PostgreSQL 8.4, 9.0, 9.1 and 9.2.  The utilities can be
run under Python 2.6, 2.7, 3.2 or 3.3.

This release covers essentially all the objects possibly present in a
PostgreSQL 9.2 database (see Feature Matrix at
https://pyrseas.wordpress.com/feature-matrix/ ).  We believe the
utilities may be useful beyond the migration use case.  For example, it
could now be used to compare access privileges between test and
production databases.

Please report any issues at https://github.com/jmafc/Pyrseas/issues

Best regards,


Joe Abbate


В списке pgsql-announce по дате отправления:

Предыдущее
От: Benoît Carpentier
Дата:
Сообщение: Benetl, a free ETL tool for postgreSQL, out in version 4.2
Следующее
От: Antonin Houska
Дата:
Сообщение: pg_xnode 0.7.2 is available