pgFormatter 2.0 released

From: Gilles Darold <gilles(at)darold(dot)net>
To: pgsql-announce(at)postgresql(dot)org
Subject: pgFormatter 2.0 released
Date: 2017-05-23 20:33:26
Message-ID: 1fee4b2f-e1ba-34bd-a632-ac0430884c55@darold.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

pgFormatter 2.0 released
------------------------

May 23 2017 - v2.0

This major release adds a plpgsql code beautifier. This makes
pgFormatter the best free tool to rewrite and beautify any SQL
and PLPGSQL code. This release also fixes several issues and adds
lot of improvements in code formatting. Support for AWS Redshift
keywords have been improved.

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

pgFormatter v2.0 is available as a free online service for queries
up to 100 Kb at http://sqlformat.darold.net/. To see a sample of SQL
formatting provided by pgFormatter use the "Load an example" and
the "Format my code" button.

For the complete list of changes see:
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 Hubert Depesz Lubaczewski and
cavanaug

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
Changelog: https://github.com/darold/pgFormatter/blob/master/ChangeLog

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

pgFormatter is a SQL and PlPgsql 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 and maintained
by Gilles Darold.

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

--
Gilles Darold

Browse pgsql-announce by date

  From Date Subject
Next Message Tatsuo Ishii 2017-06-02 08:06:07 Call for Papers - PGConf.ASIA 2017
Previous Message Nicolas Thauvin 2017-05-23 15:16:48 pitrery 1.13 released