Create a PostgreSQL Database
If you are a DBA or a system administrator responsible for installing the software on a PostgreSQL database management system, perform the following tasks:
Use a graphical user interface (GUI) tool, pgAdmin III, to create the erwin Data Modeler Workgroup Edition database. If a GUI tool is not available, you can use SQL Shell to type in the appropriate commands manually.
Configure PostgreSQL:
You can configure PostgreSQL database to accept any IP address.
Follow these steps:
- Set the IP address to 0.0.0.0/0
- Select the server.
- Click Tools, Server Configuration, pg_hba.conf. This file is available in the Data folder in the Install directory.
- Double-click the last empty column.
- Complete the following fields:
- Type
host
- Database
all
- Ip_Address
0.0.0.0/0
- Method
md5
- Select Enable and click Ok.
- Click Save.
- Click Reload Server.
The PostgreSQL database configuration is complete.
Copyright © 2018 erwin, Inc.
All rights reserved.
|
|