pgFormatter 1.4

From: Gilles Darold <gilles(dot)darold(at)dalibo(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: pgFormatter 1.4
Date: 2015-04-19 16:16:28
Message-ID: 5533D4DC.2080304@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

pgFormatter 1.4 released
----------------------------------

Version 1.4 of pgFormatter, a free a SQL formatter/beautifier dedicated
to standard SQL and PostgreSQL specifics keywords, has been officially
released and is publicly available for download.

This release fixes several issues and adds a useful anonymization option to
be able to obfuscate all values in SQL queries. See option -a | --anonymize
at command line or the corresponding checkbox in the CGI interface.

For the full list of changes, see:

Changelog: https://github.com/darold/pgFormatter/blob/master/ChangeLog

Links & Credits
--------------------

Thank to the developers who submitted patches and users who reported bugs
and feature requests, especially Alvaro Herrera, Hubert depesz Lubaczewski,
David Fetter and rimbault.

pgFormatter is an open project. Any contribution to build a better tool is
welcome. You just have to send your ideas, features requests or patches
using the GitHub tools.

Links:

Website: http://sqlformat.darold.net/
Download: http://sourceforge.net/projects/pgformatter/
Development: https://github.com/darold/pgFormatter

About pgFormatter
-------------------------

pgFormatter is a SQL formatter/beautifier that supports keywords from
SQL-92, SQL-99, SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics
keywords. May works with any other databases too. It shares the same
code with pgBadger, so any improvement made in the parser is reversed to
pgBadger. Tool created by Gilles Darold.

pgFormatter can work as a console program or as a CGI. It will
automatically detect his environment and output as text or as HTML
following the context.

pgFormatter works on any platform and is available under the PostgreSQL
licence.

--
Gilles Darold
http://dalibo.com - http://dalibo.org

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2015-04-19 23:25:55 == PostgreSQL Weekly News - April 19 2015 ==
Previous Message Yoshiharu Mori 2015-04-16 06:34:44 pg_monz v2.0 is out