pgEdit 1.1 beta

From: John DeSoi <desoi(at)pgedit(dot)com>
To: plPHP Discussion <plphp(at)mail(dot)commandprompt(dot)com>, pgsql-general list <pgsql-general(at)postgresql(dot)org>
Subject: pgEdit 1.1 beta
Date: 2005-05-03 15:57:17
Message-ID: 065B5E41-BBEC-11D9-8EC5-000A95B03262@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The first beta of pgEdit 1.1 is now available. New features and
enhancements include:

- Error information is collected with each execution. New commands to
jump to
each error location in the file even if lines are added or removed.

- Improved integration with psql; most psql commands are now supported
including
\connect and \copy.

- PHP integration. PHP can act as a preprocessor for SQL code or
perform other
scripting tasks. Mixed syntax coloring of PHP and SQL in the same file
is supported including syntax coloring for pl/PHP stored procedures.
PHP 5 is
included with the distribution, so no extra configuration is required
to use
this feature. See a PHP example at http://pgedit.com/node/view/28

- Faster and better syntax coloring. stdin data for COPY is ignored for
coloring (unless followed a PHP tag).

- New options for execution and output. Output can be sent to a file
and then
opened automatically with pgEdit, your web browser, or other
applications.

- Improved user interface with the editor and output panes available in
the same
view.

pgEdit 1.1 beta is free of all demonstration limitations through the
end of May.

http://pgedit.com/download

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

Browse pgsql-general by date

  From Date Subject
Next Message vladimir 2005-05-03 16:10:09 Re: Postgresql and VBA vs Python
Previous Message hatuan 2005-05-03 15:55:46 Re: Dynamically access to field on a RECORD variable