summaryrefslogtreecommitdiffstats
path: root/database/pgadmin3/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/pgadmin3/DETAILS')
-rwxr-xr-xdatabase/pgadmin3/DETAILS17
1 files changed, 11 insertions, 6 deletions
diff --git a/database/pgadmin3/DETAILS b/database/pgadmin3/DETAILS
index f32dbe547c..848cff305b 100755
--- a/database/pgadmin3/DETAILS
+++ b/database/pgadmin3/DETAILS
@@ -1,5 +1,5 @@
SPELL=pgadmin3
- VERSION=1.12.2
+ VERSION=1.14.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
@@ -16,11 +16,14 @@ cat << EOF
pgAdmin boasts the following features and more:
User
-* Explorer-like interface for browsing an entire PostgreSQL server in one session.
+* Explorer-like interface for browsing an entire PostgreSQL server in one
+session.
* DSN-less connections with most recently used list for quick re-connects.
-* Creators/editors for users, groups, databases, aggregates, functions, indexes,
+* Creators/editors for users, groups, databases, aggregates, functions,
+indexes,
languages, operators, rules, sequences, tables, triggers, types & views.
-* Arbitrary SQL entry/execution to edittable datagrid or plugin 'Exporter' modules
+* Arbitrary SQL entry/execution to edittable datagrid or plugin 'Exporter'
+modules
including Microsoft Excel, ASCII Text & HTML.
* Plugin architecture with the following included plugins:
o Connection Debugging Tools
@@ -36,13 +39,15 @@ User
* Online help includes the standard PostgreSQL manuals.
* Upgrade Wizard can periodically check for new versions of pgAdmin, PostgreSQL
and the psqlODBC driver.
-* Auto-scrolling log window shows logs whilst pgAdmin is running. Log Window may
+* Auto-scrolling log window shows logs whilst pgAdmin is running. Log
+Window may
be made 'Always on Top'.
Technical
* Highly structured object oriented design.
* Underlying pgSchema library presents the PostgreSQL server as a hierarchical
- object model. Updatable properties and methods allow updating of the database.
+ object model. Updatable properties and methods allow updating of the
+ database.
* Extensive use of caching and 'populate on demand' minimises server load and
maximises response time.
* Five different logging levels including None, Errors only, Errors and SQL