PostgreSQL Configure Settings via Connection String
Turn on the “Use Connection String” switch and enter the “Connection String” information of the database you want to connect to on the screen that appears.
For Connection String information, enter information in the format “Server= ;Database= ;User Id= ;Password= ;”.
After entering the information, test whether the PostgreSQL connection is working or not via the “Test” button above. If the PostgreSQL connection is working, create the Datasources connection by clicking the “CREATE” button.
This connection will work smoothly when the user information is entered correctly in the “myServerAddress”, “myDataBase”, “myUsername”, “myPassword” fields.