pgAdmin Revision History
Key to contributors:
DP - Dave Page
RC - Rod Childers
v7.1.0 Fixes/Updates
- (RC) Added 'Migrate Primary Keys' code to the Migration Wizard.
- (DP) Fixed a bug where system comments were migrated from pg_description
as well as user comments.
- (DP) System generated Referential Integrity (foreign key) triggers are now
hidden from the Trigger Browser unless 'Show System Triggers' is checked.
- (DP) Foreign Keys, Primary Keys, Check Constraints and Unique Constraints
are now listed in the Table Browser alongside the table columns.
- (DP) Allow viewing of the ACL on Sequences and Views
- (DP) Allow Views to be selected in the Privileges Dialogue.
- (RC) Changed default datatype for VarChar and VarWChar to the PostgreSQL
varchar type in the Type Map used by the Migration Wizard.
- (DP) Added code to auto upgrade Server Side Objects (SSO's) if they have
been updated.
- (DP) Grant All permissions to Public on pgadmin_* views so all users can
use them.
- (RC) Foreign Keys can now be migrated in the Migration Wizard.
- (DP) Fixed a bug in the scrolling log window which caused a blank line to
be shown at the bottom.
- (DP) Fixed a bug in the Table and Index browsers that could make the info
frames appear to flash as objects were selected in the treeview.
- (DP) Added options to the Database browser to create User and System DSNs
for the selected database.
- (RC) Fixed a bug which could caused indexes to be duplicated or created
for non-existent tables in the Migration Wizard.
- (DP) Rebuilt libpq.dll & psql.exe from the 7.1 source. Used /MD linker
flag to prevent psql.exe from dying horribly when redisplaying the prompt
after a <CR>.
- (RC) Fixed a bug where the Migration Wizard would fail if a Date/Time
field in Access was being migrated to a Date column in PostgreSQL and only a
time was present. This occurs because Access uses Date/Time fields for dates
and/*or* times.
- (DP) Assume all pg_* objects are System Object regardless of their OID.
This primarily hides Toast related objects but should also hide other future
system objects (assuming the PostgreSQL team continue using a pg_ prefix).
- (DP) Fixed a bug preventing changes to the Type Map settings being
reloaded from the registry on Windows 95.
- (DP) Added Outer Join support to the SQL wizard.
- (RC) Allow the Migration Wizard to return to step 1 after Migration has
competed.
- (DP) Removed the DataGrid which would not update data in tables with
uppercase characters in column names (caused by ADO). The new Grid is based
on the original code but is integrated directly into pgAdmin, and does query
based updates as required whilst maintaining the correct data in the grid
without refreshing a recordset. Unlike ADO, this code will allow you to drop
or update multiple rows if the selected row cannot be uniquely
identified. Queries used to select data are parsed to determine whether the
data can updated and options are given accordingly.
- (DP) Updated to check for views with pg_class.relkind = 'v'.
- (DP) Prevented the Migration Wizard from Migrating varchar fields of
excessive size (8088).
- (DP) Fixed a bug in the CREATE TABLE dialogue which prevented re-adding a
serial column if one was deleted, or if a CREATE TABLE operation with a
serial column was aborted.
- (DP) Added code to ensure that only superusers can create or drop Server
Side Objects.
v7.0.5 Fixes/Updates
- (DP) Fixed the 'may not be called in a transaction block' bug which was
overlooked in the Change Password dialogue.
- (DP) Fixed a bug in the new Data Grid which prevented added new records to an
empty table or query resultset.
- (DP) Changed date format used in SQL queries to ISO-8601 format (eg.
'2000-12-25 23:59:59-01') rather than Windows 'Long Date' which isn't
understood by PostgreSQL in some locales.
- (DP) Fixed a bug which distorted the splash screen if 'Large Fonts' are in use.
- (DP) Fixed the label on the About Box which did not show the pgAdmin version
number.
- (DP) Fixed an error message that reported the lowest supported version of
PostgreSQL incorrectly.
- (DP) Fixed Migration of data containing ' characters in the Migration Wizard.
- (DP) Added options to the Migration Wizard to convert object names to lower
case.
- (DP) Added error handling to the Migration Wizard to allow it to skip tables
where permissions do not allow the user to view the column details of the
source table.
- (DP) Fixed a bug where if the save button is pressed on an unchanged record in
the data grid control, the control crashed.
- (DP) User defined column widths are retained between Add/Edit operations in the
data grid control.
- (DP) The data grid no longer refreshes after every update operation. This
prevents the grid scrolling back to row 1 after every edit/delete, but a row
may only be edited once now without a manual refresh (which does scroll to
row 1), for which a button has been added.
- (DP) Updated the Copyright notices to 1998 - 2001
- (DP) Fixed the tab order on the Add Column dialogue.
- (DP) Allow setting of Privileges on Sequences in the Privilege dialogue.
- (DP) Fixed the code in the Add Column dialogue which failed to set NOT NULL and
DEFAULT ??? due to syntax problems.
- (DP) Removed old 'Open Maximised' code which caused some odd behaviour when
opening some dialogues.
- (DP) Added Context Sensitive menus (right click menus) to most list boxes and
treeviews.
- (DP) Updated the Installer Merge modules to match the current service pack
level of Visual Studio. This fixes a problem that prevents the viewing of
more than one report without a program restart on some systems.
- (DP) Overhauled User and Group dialogues to remove the FlexGrid control that
was used in them. Group modification is now performed from the Group
dialogue.
- (DP) Removed the vsError control that provided error logging and incorporated a
more simple version of the same code directly into pgAdmin which produces
slightly smaller logfiles..
- (DP) Added a DEVELOPMENT flag to denote whether the current version is a
Development or Release version.
- (DP) Completely overhauled the Privileges Dialogue. It is now easier to see
existing privileges, and multiple different privileges can now be set on
multiple classes for multiple users and or groups in one operation.
- (DP) Added a VACUUM ANALYZE menu option/button.
- (DP) Added a check to the Migration Wizard to prevent attempts to create a
field defined as varchar(0) or char(0).
- (DP) Changed the datatype of the record counter in the Migration Wizard to Long
from Integer as on 32768 records could be migrated in any one table.
v7.0.4 Fixes/Updates
- (DP) Fixed the error handling in the MDIForm_Load sub in frmMain which failed
to reset the mouse pointer to an arrow if an error occured.
- (DP) Added self-repair code to fix the data in pgadmin_param if it becomes
corrupt.
- (DP) Updated the installation package to remove unused Crystal Reports DLLs
from the distribution.
- (DP) Added code to correctly handle missing, corrupt or just plain broken
Exporter modules.
- (DP) Combined the view table/view and SQL output datagrid forms and replaced
the Microsoft grid with a replacement with improved data editing facilities.
- (DP) Fixed a bug in the Modify Group dialogue that prevented the data being
loaded correctly.
- (DP) Added an Options dialogue, initially with options for Advanced Logging,
Mask Password in Logs and Log path/filename.
- (DP) Fixed a bug in the CREATE TRIGGER dialogue which caused the second quote
around the procedure name to be in the wrong place.
- (DP) Applied a workaround to the 'may not be called in a transaction block'
problem which affected USER and DATABASE queries on PostgreSQL 7.0.x (thanks
to Laszlo Kohl).
- (DP) pgAdmin will only run on PostgreSQL v7.0.x now. This has been the case
since v7.0.3 but pgAdmin (and us developers!) only recently became aware of
that fact!
- (DP) Added code to auto scroll the log view window after startup.
- (DP) Fixed the Excel Exporter which was seriously broken (to the extent that it
didn't export at all!).
v7.0.3 Fixes/Updates
- (DP) Added an ASCII Text exporter with 'Text Substitution' map.
- (DP) Resized most of the controls in the browser dialogues.
- (DP) Improved the file handling in the SQL dialogue.
- (DP) Added 'Show System...' check boxes to browser dialogues that didn't
already have one.
- (DP) pgAdmin database objects are now hidden by default.
- (DP) Re-wrote the reporting system. Reports are now generated from Views that
are created by pgAdmin (rather than the previous local cache system). A
report manager allows reports to be browsed and viewed, and allows the end
user to add their own reports written using Seagate Crystal Reports v8 or
earlier.
- (DP) Overhauled the Migration Wizard to remove the dependency on the old DAO
technology and use ADOX instead. Default value migration is no longer an
option, and indexes are only migrated from .MDB files now, but the Wizard
seems to be more reliable and a little quicker, and the download size has
been reduced!!
- (DP) Reviewed and tidied all error trapping code.
- (DP) Overhauled each of the Object Browsers so they now use the views that are
created for the Reporting System.
- (DP) Standardised all internal SQL queries to make use of the pgadmin_* views.
- (DP) Added a 'Load Query' button to the 'Add View' dialogue.
- (DP) Removed the Export Wizard.
- (DP) Added a 'New DSN' option to the login dialogue to allow quick creation of
new User and System DSNs
- (DP) Removed the pgadmin_sys table and replaced it with pgadmin_param which has
a much more sensible format.
- (DP) The Revision Log has moved from pgadmin_log to pgadmin_rev_log which is
timestamped by the servernot the client.
- (DP) Added self repair/upgrade for the server side objects.
- (DP) The Login Dialogue now only lists PostgreSQL datasources
- (DP) The Source code is now distributed separately in pgadmin-src-7_0_3.zip
which is available from http://www.greatbridge.org/project/pgadmin/
v7.0.2 Fixes/Updates
- (DP) Fixed a bug in the import wizard that limited the number of imported records to 32767
- (DP) Fixed a bug in the Import Wizard where tab 2 showed by default.
- (DP) The Import Wizard Dialogue now only automatically closes after a successful data import.
- (DP) Fixed a bug in the Import Wizard where when processing quoted and delimited data, if the delimiter appeared within a field, that character would be ignored.
- (DP) Fixed a bug in the 'View Data' dialogue that prevented addition of a new record to an empty table (Andrea
Aime).
- (DP) Fixed an error with the access keys on the Table Browser.
- (DP) pgAdmin is now released under Gnu Public License (GPL).
v7.0.1 Fixes/Updates
- (DP)
Open Source - Yes, pgAdmin is open source as of
v7.0.1. Please feel free to criticize my programming style (bearing in mind
that I'm not a programmer of course!) and
submit patches/changes to support@vale-housing.co.uk
- (DP) Modified the Installer to allow selection of the installation directory
(default is now C:\Program Files\pgAdmin).
- (DP) Altered the datatype of the functions.function field in the report cache
database to memo to accommodate large plpgsql functions.
- (DP) Fixed a bizarre bug in the reports whereby memo fields (comments etc.)
didn't print because Jet was defaulting to server side cursors instead of
client side!
- (DP) Updated the Migration Wizard for use with Access 2000 Unicode databases.
- (DP) Updated the psql launcher to use v7.0.0 options and added a debug switch
(equivalent to -E).
- (DP) Added psql.exe and libpq.dll to the distribution.
- (DP) Fixed quoting errors in the Create User and Modify User dialogues.
- (DP) Fixed the Permissions dialogue so Index relations are not listed.
- (DP) Added the option to specify a group when creating a new user.
- (DP) Fixed a bug in the Migration Wizard that tried to rollback a transaction
in the event of an error, even if a transaction had not been started.
- (DP) Stopped the Migration Wizard from listing every INSERT query in the log
view window. This change equates to a 20x increase in speed of data
migration (on my system, with BIBLIO.mdb)!!
- (DP) Added a 'fallback' datatype of 'text' to the Migration Wizard.
v7.0.0 Fixes/Updates
- (DP) Updated for use with PostgreSQL v7.0.0 AND v6.5.x
- (DP) Now tested for use on Windows 2000.
- (DP) New splash screen and logo courtesy of Max
at LPK Design.
- (DP) Added support for creating a 'pseudo-serial' column on a new table.
- (DP) Updated the graphical design of the Import, Export and Migration Wizards.
- (DP) Added a 'Log View' text box next to the 'SQL View' that displays the last
32K of log entries.
- (DP) It is now possible to open multiple SQL dialogues.
- (DP) Added an 'SQL Wizard' to assist in building SELECT queries in the SQL
dialogues.
- (DP) Fixed bugs in the 'Rename Table' and 'Rename Column' code that attempted
to rename even if the same name or a blank name was specified.
- (DP) Added a 'View Data' button to the View Browser.
- (DP) Fixed a bug where table data could not be viewed if the table name was
mixed case or contained a space.
- (DP) In the View Data window the data can now be sorted by clicking a column
header.
- (DP) Support for table constraints including UNIQUE, CHECK, PRIMARY KEY &
FOREIGN KEY.
- (DP) Fixed numerous 'bugettes' in the table/index browsers and user manager
where it was assumed that the driver 'Bools As Char' option was set.
- (DP) Removed some irrelevant info fields from the table/index browsers.
- (DP) The Button Bar can now be 'docked' on either the left or right side of the
main window and the SQL Pane at either the top or bottom of the main screen.
- (DP) Fixed a bug in the table browser where SELECT count(*) was attempted on
pg_log, pg_variable and pg_xactlock if selected.
- (DP) Added Trigger and Function Reports.
- (DP) Fixed a bug in the Migration Wizard that prevented backslashes in data
being migrated.
- (DP) Updated the vsAdoSelector control as the previous build would not work on
a very small number of machines.
- (DP) Added support for 'Plugin Exporters' to the SQL Output and View Data
dialogues:
- (DP) Added an Exporter Manager dialogue to add remove and view the
installed exporters.
- (DP) Added 'OLE Link to Excel' and 'Basic HTML' exporters.
- (DP) Included the source code to the Basic HTML exporter as an example for
other developers.
- (DP) Altered the Button Bar so that the text colour is the Active Titlebar Text
colour and not permanently white.
- (DP) Fixed the form resize code on numerous dialogues that gave an error if
they were maximised.
v6.5.5 Fixes/Updates
- (DP) Fixed a bug which prevented any data sources being available under Windows
NT.
- (DP) Installation is now handled by the Windows Installer.
v6.5.4 Fixes/Updates
- (DP) Redesigned the reporting system. Reports are now generated from a local
cache database which stores schema data gathered from the database. The
local database is designed be easily reported from using any reporting tools
that can access a .mdb file (Microsoft Access). There are built in standard
reports for each of the main object types (tables, indexes functions etc.)
- (DP) Object comments are now cached upon first access (and re-cached when
updated) to reduce delay when selecting different objects. This caching
method also hugely decreases the number of SQL queries sent to the backend.
- (DP) DSN, username and password can now be specified on the command line.
Syntax: pgadmin [datasource username password]
If all three are specified, an autologon will be attempted,
otherwise, values for DSN and (optionally) username will be used as defaults
in the logon dialogue.
- (DP)
Rows can now be added, deleted and edited from the table data view window.
- (DP) Object comments are now migrated on first use to a new
pgadmin_desc table which will survive a dump/reload. Comments for system
objects are still stored in pg_description.
- (DP) The DataSource Name is now displayed in the title of the
main window (and hence the taskbar button as well).
- (DP) Added a menu option & button to open the 32Bit ODBC
Data Source Manager.
- (DP) Added a 'Quick SQL' button to the bottom of the main form
to open the arbitrary SQL dialogue.
v6.5.3 Fixes/Updates
- (DP) Fixed the row count in the Table Browser which often read 1000 unless the
database was vacuumed.
- (DP) Increased the allowed rows before a warning is issued when viewing table
data to 1000.
- (DP) Removed all requirements for the pgadmin_version view which was used prior
to v6.5.2.
- (DP) Fixed an error where an attempt to get the revision tracking version was
made even if the tracking log table (pgadmin_log) did not exist.
- (DP) Standardized all custom OCX's and pgAdmin on version 2.1 of Microsoft's
ActiveX Data Objects Library (ADO).
- (DP) Fixed the row count in the Tables report.
- (DP) Fixed a logging problem in the reports.
v6.5.2 Fixes/Updates
- (DP) Fixed the brain dead ODBC connection checking that was called after the
connection was used!
- (DP) Fixed the tooltip text on the Add Column button in the table browser.
- (DP) Fixed a problem where an error was generated when the MDI form was
minimised.
- (DP) Converted the entire project to use ADO instead of DAO (except the source
db side of the Migration Wizard). This is a significantly faster data access
method.
- (DP) Fixed a bug in the Revision Tracker which stored the version number as an
integer value.
- (DP) Changed the default type mapping for dbCurrency, dbDecimal, dbNumeric,
dbSingle and dbDouble to the numeric data type.
- (DP) Database originating error messages now include the error from the
PostgreSQL backend rather than just saying 'ODBC call failed'.
- (DP) Removed the Edit/Save/Cancel buttons on the Revision Tracking and Tune db
dialogues.
- (DP) Increased the height of the textboxes displaying object details on the
right hand side of the various object browsers.
- (DP) Added various printed reports (Summary, Tables, Indexes, Sequences).
- (DP) Added a Change Password dialogue.
- (DP) Added a Select Printer dialogue.
- (DP) Corrected some inconsistencies in the date handling of user account expiry
data.
- (DP) Added support for the Numeric data type.
- (DP) Added support for User Groups.
v6.5.1 Fixes/Updates
- (DP) Modified the Create Function dialogue so It no longer assumes that only
functions written in SQL don't have an object library (e.g. plpgsql).
- (DP) Added an SQL Pane to display SQL queries as they are built and executed.
- (DP) Modified the error handling (again!) to display the function in which any
error occured.
v6.5.0 Fixes/Updates
- (DP) Modified the logon dialogue so that it now remembers the last
username you used. For the first use, the default is the Windows
username shifted to lowercase.
- (DP) Modified the Create Trigger dialogue to only allow the creation of
triggers on tables owned by the current user.
- (DP) Views can no longer be seen in the Table Browser or anywhere else
where table names are listed.
- (DP) Fixed a bug where Null Descriptions for object could cause an error.
- (DP) Add View browser and creation dialogues.
- (DP) Fixed a bug where access to modify/create users could be denied for
all accounts if the ODBC driver Bools As Char option was not set.
- (DP) Changed the Migration Wizard's Type Map defaults for dbNumeric dbSingle, dbDouble to float4, float4 and float8 respectively.
- (DP) Updated to use PostgreSQL v6.5 system table structure.
- (DP) Implemented new 'About Box' with links to the Primary Website and
the author's email address.
- (DP) Designed a new splash screen.
- (DP) The Table & Index browsers now display extra info on the datasource
including DBMS, Platform and Compiler.
- (DP) Improved the error logging (again!) and fixed the kooky logic where the
code tried to log some queries after the program had crashed!
v6.4.3 Fixes/Updates
- (DP) Added a PRIMARY KEY option to the table creation dialog.
- (DP) Changed the grid control to individual text boxes for the object
details on all object browser dialogues.
- (DP) Added more sane default sizing to various dialogues.
- (DP) Added browsers and creation dialogues for Languages, Functions
and Triggers (thanks to Vadim Mikheev for pointing me in the right
direction with the Triggers).
- (DP) Added comment/notation facilities to most objects via the relevant
browser dialogue (thanks to David Hartwig for that idea).
- (DP) Improved the error handling in the Tables Browser.
- (DP) Improved the efficiency of the object detail retrieval code in most
of the browser dialogues.
- (DP) Added 'Number of Triggers' field to Table Details.
- (DP) Added a 'Logging' option to the File menu, that when selected, logs
all SQL queries, form load events etc. to pgAdmin.log which now
replaces the old pgErr.log file.
- (DP) Settings for View ButtonBar and Open Maximised are now store in the
registry on a per user basis.
v6.4.2 Fixes/Updates
- (DP) Improved the error logging to include details of the database
connection and some internal variables in the logfile.
- (DP) Added a check to prevent use with earlier versions of
PostgreSQL than are compatible.
- (DP) Added checks to warn the user if the ODBC driver settings for the
datasource could cause problems with the operation of pgAdmin.
- (DP) Added a Database browser dialogue with Create and Drop database
facilities.
v6.4.1 Fixes/Updates
- (DP) SQL statements are now quoted where applicable. This allows the use
of upper and lower case class/column names and spaces in class/column
names.
- (DP) Fixed a bug in the import & export wizards where under certain
circumstances it was possible to attempt to open 2 files with the same
handle.
- (DP) Re-implemented the Modify User dialogue. Thanks to DeJuan Jackson
for kicking my brain into gear on that one!
- (DP) Updated the Table and Index browsers to get the column length
in the same way that 'psql' does.
- (DP) Updated the privileges dialogue so it refreshes and doesn't close
when you apply privileges.
- (DP) Made major changes to the Migration Wizard:
- (DP) Options to ignore/include DEFAULT and NOT NULL rules.
- (DP) Save Log button added to save the status log to file.
- (DP) Non-alphanumeric characters are now supported in class &
attribute names.
- (DP) Fixed a bug where Migration would fail if an attempt to migrate
data from an empty table was made.
v6.4.0 Fixes/Updates
- (DP) Fixed a bug in the setup program which failed to install DAO350.dll
if the DAO path on a machine was a UNC path.
- (DP) Modified the global error logging to display the error number and
message in the message box. Previously it only stated that an error
had occured and it had logged it the error log.
- (DP) Recompiled all components under VB6.0 to remove any requirement for
MSVBVM50.dll.
- (DP) Updated to use PostgreSQL v6.4 system table structure.
- (DP) Removed the Modify User options as this functionality no longer
seems possible under v6.4 of PostgreSQL due to the permissions on the
pg_shadow table.
- (DP) Fixed a bug which caused the error logging control to log errors
with a code of zero raised by some really stupid Microsoft controls.
v6.3.209 Fixes/Updates
- (DP) Fixed a bug which missed out the '-' in \CONNECT statements in
scripts generated by the revision tracker.
- (DP) Fixed a bug whereby the Migration Wizard failed to function if the
source database was an MS Access .mdb with password protection.
- (DP) Added the rExec facility. This may be used to execute commands on
the remote host such as pg_dump.
- (DP) Moved the Revision Tracking menu/side bar options to the System
menu/side bar.
- (DP) Vastly improved error handling. All trapable errors should now be
either handled as appropriate or logged to C:\pgErr.log for debugging
followed by a clean exit from the subroutine or function, not the
whole program.
v6.3.208 Fixes/Updates
- (DP) Fixed a bug where using the cancel button on the login form caused
an error.
- (DP) Fixed the 'vanishing menu bug' where the main menu vanished whenever
the Table Browser form had focus.
- (DP) We are now compiling under Visual Studio 6.0 which vastly improves
the redistribution of MDAC (Microsoft Data Access Components) which
should help reduce ODBC version conflict errors.
v6.3.207 Fixes/Updates
- (DP) Added Revision Tracking. This feature logs all modifications made to
your schema against the last release version number and allows easy
production of SQL scripts to upgrade other systems.
- (DP) Added Sequence browser/creator.
- (DP) Started adding context sensitive menus to some controls.
v6.3.206 Fixes/Updates
- (DP) The textboxes on the login dialog now automatically select their
contents when they get focus.
- (DP) Updated the Import & Migration Wizards so that they will not try
to insert null values into columns - each column will only be included
in the SQL Insert string if it contains data.
- (DP) The default Type Map used by the Migration Wizard can now be
configured as required, and will be stored in the registry. The Type
Map is used to determine what column type to create in PostgreSQL for
a given DAO type - eg. dbLongBinary -> lo
v6.3.205 Fixes/Updates
- (DP) The Migration Wizard will now automatically skip tables with spaces
in their names and data transfers of large binary objects.
- (DP) Missing tooltips added and tab order fixed on the Migration Wizard.
v6.3.204 Fixes/Updates
- (DP) Version numbers synchronised with PostgresSQL. eg. Currently rev 4
for PostgreSQL 6.3.2
- (DP) Added Bug Report/Feature Request Tool.
- (DP) Added 'Open Maximised' menu item to default all child windows to
open maximised.
- (DP) Changed Add Table/Column tools to allow no size specification for
text fields etc.
- (DP) New splash screen by Robert Page (rob@beta-band.freeserve.co.uk,
http://www.beta-band.freeserve.co.uk
).
- (DP) Added menu option to change the current database.
- (DP) Arbitary SQL queries can now be saved in the registry for each datasource.
- (DP) Added Access/ODBC Migration Wizard.
v1.0.3 Fixes/Updates
- (DP) The MSysConf table is now created if required if it does not already
exist, with default values.
- (DP) A user manager has been added, allowing the creation, maintenance
and deletion of users. Note that passwords cannot be set for password
lists other than the pg_shadow table.
- (DP) Added a text box to the Create Table dialog to enable the
specification of the column length for varchars etc. (which I somehow
forgot!).
- (DP) The Privileges dialog can now REVOKE as well as GRANT privileges.
v1.0.2 Fixes/Updates
- (DP) Default column values are now shown in the Table browser (thanks to
Antonio Garcia Mari for working out the SQL for me).
- (DP) The import wizard now handles columns with CRLF in them EXCEPT if it
is the last column in the record, and the data is delimited only
without a trailing delimiter. All data is imported where possible,
records with errors are discarded and logged to c:\pgAdmin.log with as
much information about the error as possible.
- (DP) Tooltips are now in place for most objects.
- (DP) The Export wizard will now warn before overwriting a file.