PostgreSQL Maestro 18.12 released
Dec 20, 2018
Prev | Next |

![]() |
SQL Maestro Group is happy to announce the release of PostgreSQL
Maestro 18.12,
a powerful Windows GUI solution for PostgreSQL administration and database development. Please consider the list of new features implemented in this version since the last official release: |
New feature highlights:
- This version of the software has been successfully tested with all the modern database server versions up to PostgreSQL 11.
-
Support for a number of PostgreSQL 11 new features has been implemented as follows:
-
Support for the partitions based on hashing a key column has been added.
To create a hash partitioned table, turn ON the appropriate checkbox, then select "Hash" partitioning strategy and specify the partition key expression at the Properties tab of Create Table Wizard.
Picture 1. Creating a hash partitioned table
Picture 2. Adding a partition of a hash partitioned table
-
Default partition can now be specified for partitioned tables. The default partition will store rows that don't match any of the other defined partitions,
and is searched accordingly.
Picture 3. Default partition
-
Support for SQL-level procedures has been implemented.
Picture 4. Procedures
-
Support for domains over composite types has been added.
Picture 5. Domain over composite type
-
Support for arrays of domains types has been implemented.
Picture 6. Creating an array of domain
-
Support for the partitions based on hashing a key column has been added.
-
SSH client has been upgraded.
Now it supports more secure key exchange algorithms.
Picture 7. SSH Client has been upgraded
-
Restore database wizard has been implemented.
It allows you to restore your database from an archive backup file or a directory.
It is possible to restore an existing database or a new one.
The wizard is equipped with a command line builder. It provides with a comfortable user interface for creating batch files for
the pg_restore utility
Picture 9. Restore database wizard: Command line builder
In addition to this, several bugs have been fixed and some other minor improvements and corrections have been made.
Related links

Prev | Next |