PostgreSQL
PostgreSQL (Postgres) is an open source object-relational database known for reliability and data integrity. ACID-compliant, it supports foreign keys, joins, views, triggers and stored procedures.
Configuration Wizard
Configuration parameters to be provided by the user are explained in the subsections below.
Base tab
Root password
- A password for the PostgreSQL superuser (postgres) to enable administrative accessDatabase user
- New user in PostgreSQL who can access and manage specific databasesDatabase user password
- Secure password for the new database user for authentication purposesDatabase name
- New database with a unique name, which the new user will manage