Use the PostgreSQL Database Editor for the following tasks:
To define a database in PostgreSQL
An instance of Database is created.
The PostgreSQL Database Editor opens.
Note: Click New on the toolbar to create a database. Use the Enter filter text box to filter a very large list of databases to quickly locate the one that you want to define.
Specifies the name of the database. Set the name of the database in this field.
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
Specifies the owner of the database. Select a role from the drop-down list or click New to create one.
Specifies the character set encoding to use in the new database. Specify a string constant (for example, 'SQL_ASCII'), or an integer encoding number, or DEFAULT to use the default encoding (namely, the encoding of the template database).
Specifies the name of the tablespace that will be associated with the new database. This tablespace will be the default tablespace used for objects created in this database.
Specifies the default collation for the database.
Specifies the number of concurrent connections that can be made to the database. The default value is -1, which indicates no limit.
Specifies the name of the template from which to create the new database, or DEFAULT.
The database is defined and the PostgreSQL Database Editor closes.
For more information, refer to PostgreSQL documentation.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|