1
edit
Changes
→2- Create a PostgreSQL database through some scripts
|}
: Through the process in postgresql_setup.sql, the database was created, initialized and tested:
:: A database called 'test is created in PostgreSQL : <code> CREATE DATABASE test </code>