Thread: pgquarrel 0.6.0 released

pgquarrel 0.6.0 released

From
Euler Taveira
Date:
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