|
|
| · · · · · · · | |
pgAdmin 1.14 Visual TourThe long awaited 1.14 version of pgAdmin III is finally available. We will try to highlight some of the new features which have been added since the last stable release. Dialogs for netbooksAll dialogs have been resized to be usable in a 800x600 screen. Dialogs contain three or more tabs to contain all the information needed on each object. The first tab always has the same information: name, OID, owner, comment, and replication set. The other tabs have the information specific to the object you're looking at. There are still the security tab (for privileges), the default security tab (for default privileges) on the objects for which you can set such information. And there's still the SQL tab. As an example, here is the sequence dialog:
We hope it will allow more users to use pgAdmin on netbooks. Better i18nInternationalization needed a bit of work to improve in areas such as pluralization. Because of this, translators will have more work to do this release, and we hope we'll keep at least the same number of languages for 1.14. Object browserTearable tabsetsTabs are handled differently. You can tear them whereever you want. You can have the statistics tab first, and then the other ones. But you can also see two tabs at the same time:
Different icons to highlight different statesPrevious releases already displayed servers and databases in two different ways, connected and disconnected.
pgAdmin 1.14 uses the same idea for valid and invalid foreign keys and enabled and disabled triggers and rules.
This will help the user to quickly understand which objects are valid or enabled and which aren't. Improved configuration for pluginspgAdmin 1.12 used a single file to store the configuration for all available plugins. 1.14 looks for files in a folder where each file contains information about one or more plugins. This new system allows other applications to register themselves as plugins in pgAdmin without having to edit, and perhaps break, the old plugins.ini file. Object propertiesThe properties dialog is available as usual (right click on the object's name, and select "Properties" menu item). There is a new shortcut to get the same result: Ctrl-Alt-Enter. ServerNew properties are available, all connection parameters. The first tab shows the service textbox. Here you can specify the name of a service configured in your pg_service.conf file (see http://www.postgresql.org/docs/9.0/interactive/libpq-pgservice.html for details):
The color widget changed a bit to show the actual selected color, and not its hexadecimal code. It should help people to really see how they configured the server's color. The second tab is a new one. It's dedicated to the SSL connection parameters. New to the family are the certificate file parameters:
The last tab has a new connection parameter which allows the user to set a host address, which may be useful for Kerberos users when used in conjunction with the hostname:
The behaviour of this properties dialog has also changed. Changes are now stored immediately rather than at program exit, which should help people to avoid losing their changes if the system crashes afterwards. If you are already connected to a server and are looking at its properties, all widgets are disabled in the server properties' dialog, so you won't be able to change a property. Two new piece of information (specific to PostgreSQL 9.1) are shown in the browser's properties tab: timestamp of last xact replay, and replication status.
The browser's statistics tab still displays a part of the contents of the pg_stat_activity view. If you're connected to a PostgreSQL 9.1 server, it also displays the new pg_stat_replication view:
Finally, there are two new actions available on the server context menu. "Pause replay of WAL" is only available on a streaming replication slave. It allows you to pause the replay of the replication, and then resume it. "Add named restore point" asks you to enter the name of the restart point you want to create. pgAdmin then adds this restore point, but keep in mind this action is not available on a streaming replication slave. DatabaseWe have two new pieces of information in the browser's statistics tab for a database:
They both are 9.1 only:
TableTwo new properties are available on the second tab of the table properties dialog:
They are both only available during the creation of a table. The first one, "Of type", allows you to specify a user composite type, instead of the columns. The last one, "Unlogged", allows you to create an unlogged table. The statistics tab of the browser shows new information for tables, vacuum and analyze counters:
And finally, there are two new actions in the context menu for a table. The first one resets the statistics of the selected table. The second one is part of the "View Data" submenu. pgAdmin is already able to show the edit grid with the first 100 rows. The new action allows you to view the last 100 rows. Here is the menu:
IndexThe index properties dialog shows all available collations and allows you to set a collation for char, varchar and text columns:
ColumnThe column properties dialog also shows all available collations and allows you to set a collation for char, varchar and text columns:
ConstraintExclusion Constraints are finally supported in pgAdmin:
Primary keys and unique constraints can be added by selecting an existing unique index:
TriggerConstraint triggers have existed for a long time but they are only supported in pgAdmin 1.14. Fortunately, INSTEAD OF triggers are supported right now, but they are only available on views.
FunctionThere is a new action to reset the statistics of the selected function:
TypeThe type properties dialog supports the new syntax to change an existing composite type and an existing enumeration type. It also supports the new collation feature. See the screenshots to find the new information:
DomainDomains are also subject to change because of the new collation feature:
CollationCollation is a new schema object available in PostgreSQL 9.1. You can create and change collation with its properties dialog:
SQL/Med objectspgAdmin didn't support any SQL/Med objects prior to this release. pgAdmin 1.14 adds support for Foreign Data Wrappers, Foreign Servers, User Mappings, and Foreign Tables. ExtensionExtension is a new database object available in PostgreSQL 9.1. You can add an extension with the properties dialog:
There is one unique aspect to these objects. You don't type their names, you select them from a list of preinstalled extensions. RoleIn PostgreSQL 9.1, there is a new role attribute. You can set it with the role properties dialog:
Query toolThe work done on this tool was mostly to make it more usable. We added a new panel for selection information:
We fixed the enabling and disabling of toolbar buttons according to the selected text and the panel. We allowed the use of the mousewheel to showthe text larger or smaller in the results grid. We changed the tabs to use tearable tabsets. We added block folding in all SQL text boxes, query tool included. One often requested feature is the ability to disable the Unicode BOM when writing SQL files. It's now available in the options window:
We also enhanced the connect dialog so that it tries to keep the old values when connecting to another server. Backup and restore toolsThe Backup tool supports the new directory format. We also changed the OK button with a Backup one:
The OK button of the restore tool has also been changed with a Restore button. pgAdmin 1.14 uses the -w switch of pg_dump/pg_restore when this switch is available. We also added support for the new --quote-all-identifiers command-line option of pg_dump:
Server Status toolThe last release brought us the ability to sort values in columns, this release brings us the ability to show and hide the columns. You do this by right clicking on the columns' header, and by unchecking the columns you don't want to see (or checking columns to see them).
The configuration is retained when you launch pgAdmin next time. This is also true for the column width. One of the neat things with the extension feature is that it's really easy to get a list of the available extension, and to install one. That helped us to get rid of an annoying requirement to get full power on your PostgreSQL servers. With pgAdmin, you may need to install the adminpack contrib module (which is now called an extension). pgAdmin 1.14 detects the fact that the extension is not installed but that it is available. So, with the hint displayed, you now get a new "Fix it" button, which, once clicked, asks pgAdmin to automatically install the extension:
We also list the log files in the reverse order, so that the last one is displayed first. Debugger toolThe debugger tool has tearable tabsets, making it easier to use. Moreover, when you try to debug a function with default values for parameters, these defaults are displayed in the message box asking to enter them. |