pgquarrel 0.6.0 released

From: Euler Taveira <euler(at)timbira(dot)com(dot)br>
To: pgsql-announce(at)postgresql(dot)org
Subject: pgquarrel 0.6.0 released
Date: 2019-11-24 13:30:25
Message-ID: CAHE3wgiNqEYfr=6f3yWmstdcD6fmUdVBfzCbkTFeU7AdDS_CVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

pgquarrel is an open source program that compares PostgreSQL database
schemas (DDL) whose result is a set of commands to produce identical
schemas. It is licensed under PostgreSQL license.

Notable changes in this release include:

* support some commands:
- ACCESS METHOD
- FOREIGN TABLE
- POLICY
- PUBLICATION
- SUBSCRIPTION
- PROCEDURE
- TRANSFORM
* Debian package
* quote role names (when it is required)
* escape strings in comments and security labels
* PostgreSQL 12 support
* improve tests
* various bug fixes

This release completes the list of PostgreSQL commands (excluding
global commands such as DATABASE, ROLE, and TABLESPACE).

Thanks to all users that submitted patches and also to all users who
reported bugs and feature requests.

Download pgquarrel: https://github.com/eulerto/pgquarrel/releases

Contributions are welcome! How can you help? Open an issue (bug
report, feature request, suggestion, portability problem) or submit a
pull request (solve an issue, new feature).

--
Euler Taveira Timbira -
http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2019-11-24 17:58:14 == PostgreSQL Weekly News - November 24, 2019 ==
Previous Message danap 2019-11-19 16:41:28 Ajqvue Version 3.1 Released