Configuring the Server
- Click Start > All Programs > PostgreSQL 9.1 > pgAdmin III, as shown below.
pgAdmin III - Click File > Add Server..., or click the
button, the New Server Registration dialog box appears, input the parameters, click OK to finish the operation.
New Server Registration Main parameters:
- Name: Server name.
- Host: The IP address of the server.
- Port: It is the port set when installing PostgreSQL by default, you can change it if needed.
- Username: The user name to sign in the server.
- Password: The password to sign in the server, if it is empty here, the password to sign in the server will the password of the superuser set when install PostgreSQL.
If you use the local host as the server, you can configure PostgreSQL server by modifying the CIDR-ADDRESS in the authentication configuration file. When sign in the local server, just input the address set in CIDR-ADDRESS.