Downloadliste

Projektbeschreibung

Pyrseas provides a framework and utilities to upgrade and maintain a relational database. It currently includes the dbtoyaml utility to create a YAML description of a PostgreSQL database's tables, and the yamltodb utility to generate SQL statements to modify a database to match an input YAML specification. It also aims to develop data administration tools to supplement an agile database development process.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-01 07:20
0.6.1

Dies ist eine Wartungsversion. Sie bietet Unterstützung für INSTEAD OF-Trigger für Sichten; Yamltodb Generierung von unechten REVOKE/GRANT-Befehlen eliminiert; und entfernt Setuptools von setup.py Install_requires.
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.

2012-10-27 10:01
0.6.0

Diese Version unterstützt die folgenden DDL-Zusatzfunktionen: Erweiterungen, Sortierungen, Besitzerinformationen, Zugriffsrechte (GRANT und REVOKE), TABLESPACEs für Tabellen, Primärschlüssel und Indizes, MATCH-Attribute für Fremdschlüssel, ALTER zusammengesetzte TYPATTRIBUT ADD/DROP/umbenennen, Enumerationen mit keine Bezeichnungen, Tabellen und die CREATE FUNCTION-SET Configuration_parameter. Es unterstützt auch PostgreSQL 9.2.
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.

2012-03-12 03:10
0.5.0

Diese Version unterstützt die folgenden DDL-Zusatzfunktionen: TEXTSEARCH Parser, Wörterbücher, Konfigurationen und Vorlagen; FREMDE Daten Wrapper, Server, Benutzerzuordnungen und Fremdtabellen; eine ROWS-Klausel Satz wieder funktioniert; verzögert werden latente Einschränkungen; Kategorie und bevorzugte Klauseln für Typen; eine SORTOP-Klausel Aggregate; HASHES und ZUSAMMENFÜHRUNGEN Klauseln für Operatoren; und Operator-Klassenkennzeichner für Indizes.
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.

2011-10-28 06:01
0.4.1

Dies ist eine Wartungsversion. Das erste SET Search_path ist persistent. Ausschluss von PG interne Schemas in verschiedenen Abfragen wurde behoben. Generation von Kommentaren mit einfachen Anführungszeichen im Text wurde behoben. Für geerbte Tabellen wird in dieser Version nur Einschränkungen generieren, die lokal definiert sind. Generation von ALTER TABLE ADD/DROP-Spalte als Eingabespalten in einer anderen Reihenfolge sind als das Original wurde korrigiert (Ausgabe # 8). Unterstützung wurde für PG 9.1 hinzugefügt (eine Beschreibung für die PL/PgSQL-Sprache wurde hinzugefügt).
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).

2011-09-27 14:07
0.4.0

Pyrseas unterstützt jetzt die folgenden zusätzlichen DDL Features: Abgüsse, CONSTRAINT auslöst. Umbauten, dynamisch Programmiersprache C Funktionen, Operatoren, OPERATOR Klassen und Operator Familien-und Composite-und Basistypen geladen. Weitere Änderungen umfassen eine Bereinigung und Stärkung der Dokumentation, die Entfernung von redundanten Methoden und die Verwendung von obj_description / col_description Funktionen anstelle von Abfragen pg_description direkt.
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.

Project Resources