Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Simon Greener: "A lot of work went in to designing our application database. PHP Generator allowed us to build a fully functional, professional looking, and functionally powerful web application from that database. It has freed us from worrying about low level code, enabling us to focus on the business requirements of the customer. The support provided is excellent with staff quickly producing answers to questions ranging from newbie to simple or complex. I highly recommend the product".
Patric Michael: "Thank you for a wonderful product, and all the hard work you've obviously taken".

More

Add your opinion

SQL Maestro Group / Products / PostgreSQL / News / PostgreSQL Maestro 18.12 released

PostgreSQL Maestro 18.12 released

Dec 20, 2018

Prev Next
PostgreSQL Maestro 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.

      Creating a hash partitioned tablePicture 1. Creating a hash partitioned table
      To add a new partition of a hash partitioned table, open the Table Editor, switch to the Partitions tab, then use the "Create New Partition" command at the Navigation bar or the corresponding item of the popup menu and specify modulus and remainder properties for the new partition.
      Adding a partition of a hash partitioned tablePicture 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.
      Default partitionPicture 3. Default partition
    • Support for SQL-level procedures has been implemented.
      ProceduresPicture 4. Procedures
    • Support for domains over composite types has been added.
      Domain over composite typePicture 5. Domain over composite type
    • Support for arrays of domains types has been implemented.
      Creating an array of domainPicture 6. Creating an array of domain
  • SSH client has been upgraded. Now it supports more secure key exchange algorithms.
    SSH Client has been upgradedPicture 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
    Restore database wizard: Command line builderPicture 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