1
edit
Changes
no edit summary
==Working with scripts==
===postgresql_Setup.sql===
: 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>