All releases of Pyrseas


Release Notes: This is a maintenance release. It adds support for INSTEAD OF triggers on views; eliminates yamltodb generation of spurious REVOKE/GRANT commands; and removes setuptools from setup.py install_requires.


Release Notes: This release supports the following additional 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, and the CREATE FUNCTION SET configuration_parameter. It also support PostgreSQL 9.2.


Release Notes: This release supports the following additional DDL features: TEXTSEARCH parsers, dictionaries, configurations, and templates; FOREIGN DATA WRAPPERs, SERVERs, USER MAPPINGs, and FOREIGN TABLEs; a ROWS clause in set-returning functions; deferrable/deferred constraints; CATEGORY and PREFERRED clauses for TYPEs; a SORTOP clause for AGGREGATEs; HASHES and MERGES clauses for OPERATORs; and operator class qualifiers for INDEXes.


Release Notes: This is a maintenance release. The initial SET search_path is persistent. Exclusion of PG internal schemas in various queries has been fixed. Generation of COMMENTs with single quotes in the text has been fixed. For inherited tables, this release will only generate constraints that are defined locally. Generation of ALTER TABLE ADD/DROP COLUMN when input columns are in a different order than the original has been corrected (issue #8). Support has been added for PG 9.1 (a description for the PL/pgSQL language has been added).


Release Notes: Pyrseas now supports the following additional DDL features: CASTs, CONSTRAINT TRIGGERs. CONVERSIONs, dynamically loaded C language functions, OPERATORs, OPERATOR CLASSes and OPERATOR FAMILies, and composite and base TYPEs. Other changes include a cleanup and enhancement of the documentation, removal of redundant methods, and the use of obj_description/col_description functions instead of querying pg_description directly.


Release Notes: This release adds a workaround for the incorrect assumption that 'public' schema is always present (issue #4). It adds support for delimited (or quoted) identifiers, e.g., those with embedded spaces, upper case characters, etc. (except for SQL keywords) (issue #5).


Release Notes: Support was added for DOMAINs and ENUMerated TYPEs, rewrite RULEs and TRIGGERs, INDEXes on expressions, AGGREGATE functions, functions returning table row types, and SECURITY DEFINER functions. Host/port defaults were enhanced to use sockets, resulting in a noticeable performance improvement.


Release Notes: This release fixes a problem with mapping a foreign key in a table with a dropped column (issue #2).


Release Notes: Support was added for COMMENTs on schemas, tables, columns and functions; FOREIGN KEY ON UPDATE and ON DELETE actions; ALTER TABLE RENAME COLUMN and enhanced support for other ALTER object RENAME statements; VIEWs; INHERITed tables, and by extension, partitioned tables; PROCEDURAL LANGUAGEs; and FUNCTIONs. Files were added for release via PGXN. Support for testing against multiple PostgreSQL versions was added. A cross-schema REFERENCES failure in dbtoyaml was fixed.


Release Notes: Initial release. Base versions of dbtoyaml and yamltodb handle PostgreSQL schemas, sequences, tables, columns, check constraints, primary keys, foreign keys, unique constraints, and indexes.