pgEdit 1.2 beta 1

From: John DeSoi <desoi(at)pgedit(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: pgEdit 1.2 beta 1
Date: 2006-02-23 03:31:12
Message-ID: 8F3198D9-D570-46B7-A583-8FCA37ECB1CB@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

pgEdit 1.2 is available for beta testing. New features include:

- Grid-based query browser tool. Result sets of any size are
efficiently handled using automatic cursor management (no use of COUNT
(*) or LIMIT/ORDER BY to manage paging).

- Definition (e.g. function, table, trigger) parsing and searching
commands:

Find Definition - Finds the definition source by name (with
completion) in any open file. Jumps directly to the definition
without prompting if the highlighted text matches the name of a
definition.

List Buffer Definitions - List all of the definitions in the file
with an icon corresponding to the definition type. Full keyboard
control for type-ahead selection, jump to definition (Return), or
cancel (Escape).
- Option to store preferences (e.g. last connection, syntax mode,
character encoding, etc.) in comments within the source file.

- Implemented multiple-level undo operations.

- Compatibility with PostgreSQL 8.1 (includes psql 8.1). Added tab
completion support for new 8.1 SQL commands.

- Integrated PHP 5.1 which includes support for PostgreSQL prepared
statement processing and execution.

See http://pgedit.com/beta/pgedit for screenshots and downloads.

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

Browse pgsql-announce by date

  From Date Subject
Next Message Core Lab Sales 2006-02-23 15:47:32 PostgreSQLDirect .NET Data Provider 2.50 Beta available!
Previous Message Greg Sabino Mullane 2006-02-23 02:12:13 DBD::Pg 1.44 released