Register PostgreSQL Server

PostgreSQL register

When registering a PostgreSQL server, the following specific properties are available:

  • Maintenance DB
    Database initially connected to and used for server wide modifications.
  • SSL
    The options disabled, allowed, preferred and required are available
  • Port
    usually 5432
  • User, Password
    If the password field is left empty, an enter password dialog is popped up on every connect to the server. If no password is required because the server accepts the connection using the trust setting in pg_hba.conf, you can put some arbitrary data here to suppress the password question.
  • Auto connect
    lets Admin4 connect this server automatically when the application starts.