This part covers the basics of how to use EDB-Studio, the DBA tool that is shipped along with EnterpriseDB.
Use this dialog to add a new server connection to the root of the EDB-Studio tree.
The service field specifies parameters to control the database service process. Its meaning is operating system dependent.
If EDB-Studio is running on a Windows machine, it can control the edb-postmaster service if you have enough access rights. Enter the name of the service. In case of a remote server, it must be prepended by the machine name. EDB-Studio will automatically discover services running on your local machine.
If EDB-Studio is running on a Unix machine, it can control processes running on the local machine if you have enough a ccess rights. Enter a full path and needed options to access the pg_ctl program. When executing service control functions, EDB-Studio will append status start stop keywords to this. Example:
/usr/local/enterprisedb/bin/pg_ctl -D /data/enterprisedb
If the password for that server is empty, you can unselect the "need password" option. When connecting to the database, the password won't be required from you any more. For security reasons, passwords are not stored by EDB-Studio.
This dialog can be launched at a later time to correct or add parameters by executing "properties" when the server is selected.
If you entered correct data in the Connect to Server dialog box, EDB-Studio will check if the service is running, and will allow to start and stop the service.