free PL/SQL beautifier: new release of plsb
Date: 1999/08/07
Message-ID: <37AC53E0.7DED_at_swbell.net>#1/1
On my website I have just posted a new release of plsb, a free beautifier for PL/SQL source code. See:
http://home.swbell.net/mck9/pls/
Plsb applies consistent indentation and white space to PL/SQL source code in order to make it more readable.
The previous release operated mainly on the procedural parts of PL/SQL, lining up IF with ELSE and END IF, BEGIN with EXCEPTION and END, and so forth. The new release applies indentation to SELECT and INSERT statements, including those with subqueries.
The treatment of FETCH, UPDATE, and DELETE is still primitive. They can be indented by the same approach used for SELECT and INSERT, but I haven't gotten that far yet.
Plsb is open software, released in the form of C source code under the GNU General Public License.
Scott McKellar mck9_at_swbell.net
http://home.swbell.net/mck9/pls/
Received on Sat Aug 07 1999 - 00:00:00 CEST