pgFormatter 1.3 released - Mailing list pgsql-announce

From Gilles Darold
Subject pgFormatter 1.3 released
Date
Msg-id 550AEFE1.5030208@dalibo.com
Whole thread Raw
List pgsql-announce
pgFormatter 1.3 released
----------------------------------

Version 1.3 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 minor release fixes several formatting issues and adds support to
geometric operators. It is also possible now to format an sql script with
one statement per line, which is the reverse of the standard use.

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

Thank to the developers who submitted patches and users who reported bugs
and feature requests, especially Devin Ben-Hu, Marco Schmidt, Kevin Brannen,
Vincent Picavet, Cedric, Felix Hummel and Julien Rouhaud.

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 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



pgsql-announce by date:

Previous
From: Stephen Frost
Date:
Subject: PostgresOpen 2015 in Dallas - Call For Papers!
Next
From: "Terry Erisman"
Date:
Subject: pg_shard 1.1 Extension for Scaling Out PG is Released