Thread: Pyrseas 0.2.0 is now available

Pyrseas 0.2.0 is now available

From
Joe Abbate
Date:
Pyrseas 0.2.0, a toolkit for PostgreSQL version control has been
released.  In addition to the basic schema, table, column, primary key,
foreign key and index features present in the first release, Pyrseas now
supports:

 - COMMENTs on schemas, tables, columns and functions
 - VIEWs
 - PROCEDURAL LANGUAGEs
 - FUNCTIONs
 - INHERITed tables and by extension partitioned tables
 - ALTER TABLE RENAME COLUMN and enhanced support for other
   ALTER object RENAME statements.
 - FOREIGN KEY ON UPDATE and ON DELETE actions

Testing against multiple PostgreSQL versions is now possible and this
release has been tested against PostgreSQL 8.4.8, 9.0.4 and 9.1 Beta 1.
In addition to GitHub, the Python Package Index and PgFoundry, the
release is now available on the PostgreSQL Extension Network (PGXN):

  http://pgxn.org/dist/pyrseas/

Thanks to David Wheeler and Daniele Varrazzo for their help with PGXN.

Best regards,


Joe Abbate