Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Free PL/SQL beautifier: new release of plsb

Free PL/SQL beautifier: new release of plsb

From: Scott McKellar <mck9_at_swbell.net>
Date: Sat, 07 Aug 1999 10:56:31 -0500
Message-ID: <37AC572F.6EDC@swbell.net>


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 - 10:56:31 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US