Wählen Sie Ihren SQL-Server:
AnySQL
MySQL
MS SQL Server
Oracle
PostgreSQL
SQLite
Firebird
SQL Anywhere
DB2
MaxDB

Neuheiten abonnieren
Partners
Testimonials
J Canepa: "There is a lot of software out there for managing PostgreSQL. Yours is simply the best! Great product".
Simon Pills: "Someone finally invented an intuitively used and easily customized PostgreSQL database administration tool! Keep up the good work. I will be in touch. I am able to do this horrendous work because your software enabled me to create a new database with all necessary objects in several minutes! I am sure that I have found what I really need".

More

Add your opinion

PostgreSQL Maestro FAQ

You are welcome to look through the following Frequently Asked Questions list for getting to know the answers to the most commonly asked questions about PostgreSQL Maestro.

If you want to ask a question which is not in the list you may apply to our support team.

What is PostgreSQL Maestro?

PostgreSQL Maestro is a powerful Windows database management solution for PostgreSQL administration and development. The software provides you with graphical user interface (GUI) which allows you to make database operations easy and fast.

With PostgreSQL Maestro you can easily create, edit and drop database objects, build queries as visual diagrams, execute queries and SQL scripts, manage data including BLOBs, manage PostgreSQL security features, and use a lot of other tools designed for the easiest and most efficient work with PostgreSQL server.

Is it possible to try PostgreSQL Maestro before buying?
Yes, of course. The latest fully functional trial version is always available at PostgreSQL Maestro Download Page.
I want to use your software for educational purposes. Can I get a discount?
Yes, you can. Feel free to choose a non-commercial license. Exact prices can be obtained on the purchase page.
We intend to buy several products. Is it possible to obtain a discount?
Volume discounts are available for 3 and more licenses. Also you can get a significant discount purchasing a bundle.
I would like to resell PostgreSQL Maestro on my website. What are your reseller's discounts?
You are to discuss reseller's policy with our sales department.
Which license type can I select?

You may choose a non-commercial license if you use the software for non-commercial purposes in non-business, non-commercial environment. You should purchase a business license to use the software in a corporate, government, or business environment.

Single license means that a copy of the software is allowed to be used only on a single computer and only by a single user at a time. If you wish to use the software for more than one user, you will need a separate license for each individual user (click the "Order now" button to see volume discounts). Site license means that the software is allowed to be used without limitation on count of installations and users within one organization.

All our products and bundles are shipped with 12 months of free upgrades (minor and major ones) or with 36 months of free upgrades for a quite small additional fee.

What are system requirements for installing your software?
  • Pentium PC or higher;
  • Windows 9x/ME/NT4/2000/XP/Vista/Windows 7;
  • 64 MB RAM (128 MB recommended);
  • 15 MB of free hard disk space;
  • SVGA-compatible video adapter.
How can I find out the date of my current product version release?
Product versions are formalized according to the date of release. For more information apply to the corresponding news item.
What PostgreSQL server version is supported by your software?
PostgreSQL Maestro can be used with all the PostgreSQL server versions starting from 7.3.
Does PostgreSQL Maestro support Change Column Types feature implemented in PostgreSQL 8.0?
Yes, it does. PostgreSQL Maestro supports the majority of features implemented in the latest versions of PostgreSQL.
Does PostgreSQL Maestro support the latest server version objects (e.g. tablespaces) management?
Most of objects implemented in PostgreSQL latest versions are supported by PostgreSQL Maestro.
Do I need any additional drivers for operating the database server?
Connection is established via TCP/IP network protocol. No additional drivers are required to communicate with the database server.
What kind of privileges can be applied to table users?
Table users may have SELECT, INSERT, UPDATE, DELETE, RULE, REFERENCES, TRIGGER privileges. They are managed within the Permissions tab of the table editor or within the user editor.
What is about data security during the server connections with your product?
With connection to intermediate SSH server (when all PostgreSQL commands are forwarded through the secure tunnel) support implemented, PostgreSQL Maestro is an attractive variant for those who consider security seriously.
I want to connect to the server via SSH tunnel and I have a public-private key pair that works fine with PuTTY. However when I test the connection, I get an error message "Key is broken".

PuTTY uses its own format to store private keys while our products support private keys stored either in OpenSSH or ssh.com formats. To convert keys from one format to another, use the PuTTYgen utility that can be freely downloaded from the PuTTY website.

Are there any graphical tools for building and executing queries implemented?
PostgreSQL Maestro provides two powerful tools which allow you either to edit query text directly with syntax highlighting and code completion or to build a query diagram visually selecting tables and fields, setting links between tables, etc.
What is the function of Generate Database Report? Does the report include data?
Generate Database Report Wizard allows you to print definitions of the database objects. To run the wizard, select the Tools | Generate Database Report main menu item. The wizard helps you to print all the database object or specify the Categories for printing according to the selected object type. The report does not include database data.
Is code completion implemented in the SQL Editor?
The Editor area is provided for working with the text of the query. For your convenience code completion is enabled. You can activate the completion list by pressing the Ctrl+Space key combination.
I cannot edit the SQL definition using the SQL tab? Why?
The reason is that you are trying to edit SQL definition within the SQL tab of the object editor. Bear in mind that this text is read-only. If you want to modify the object definition, use SQL Editor or SQL Script Editor. You can find the detailed information in the Manual.
What is the difference between Object Manager and Object Browser?
Both Object Manager and Object Browser are tools for operating on database objects designed as extensions of the Database Explorer. PostgreSQL Maestro provides such operations as multiple selecting of objects (for copying, dropping, etc.) and the ability of using drag-and-drop operations between Object Manager, Object Browser and Database Explorer as well as between instances of the Object Manager or Object Browser. Unlike Object Manager Object Browser represents objects as a grid with according possibilities (sorting, grouping, and filtering).
Is it possible to execute more than one query using SQL Editor?
SQL Editor provides you with an ability to execute several queries simultaneously. Each query is executed in a separate thread, so all PostgreSQL Maestro features remain available and there is no need to wait for your complex query to be completed.