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

Subscribe to our news:
Partners
Testimonials
Andrew Maclean: "I am really quite impressed with the software. You and your people are doing a wonderful job. I actually have spent a while researching PostgreSQL admin/code generators and yours seems to fit our needs nicely. Your interface is beautiful".
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 online Help

Prev Return to chapter overview Next

Create Schema Wizard

Create Schema Wizard guides you through the process of creating a new database schema.

The basic principles of Create Object Wizards in PostgreSQL Maestro are explained in a separate topic. Below you will find a description of wizard steps that are unique for the current object.

 

Schema options

Owner

Use the field to specify the owner of the new schema. The default owner is the user who have created the schema. By default, only the owner of an object can perform various operations with the object. In order to allow other users to operate it, privileges must be granted. (However, users that have the superuser attribute can always access any object.)

 

Comment

The box allows you to set optional text describing the new schema.

 

 

Adding schema content

This wizard step allows you to create the new schema along with schema content. To add an object to the new schema:

 

Open the corresponding tab (Tables - to manage schema tables, Views - to manage schema views, and so on);
Use the Create Object Wizard link of the tab's pop-up menu or press Insert;
Complete the corresponding create object wizard. To find out the wizards description, read the corresponding topics:

 

Create Table Wizard

Create Function Wizard

Create Domain Wizard

Create Aggregate Wizard

Create Sequence Wizard

Create Type Wizard,

Create Composite Type Wizard

Create Operator Wizard

Create View Wizard



Prev Return to chapter overview Next