summaryrefslogtreecommitdiffstats
path: root/database/pgadmin3/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/pgadmin3/DETAILS')
-rwxr-xr-xdatabase/pgadmin3/DETAILS15
1 files changed, 10 insertions, 5 deletions
diff --git a/database/pgadmin3/DETAILS b/database/pgadmin3/DETAILS
index 34eed1949f..848cff305b 100755
--- a/database/pgadmin3/DETAILS
+++ b/database/pgadmin3/DETAILS
@@ -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