PostgreSQL® Notes
Suggestions to enhance the security (only for advanced users)
- It is a good practice to create a white list for the hosts that are allowed to access the database in the file /db/wincc_oa/localdb/postgresql/pgdata/pg_hba.conf
 - Restrict the permitted addresses for database communication with the setting
                        
listen_addressesin the file /db/wincc_oa/localdb/postgresql/pgdata/postgresql.conf. within the project directory.