Useful Postgresql Commands

The following are a set of simple commands to configure your PostgreSQL database.    These commands are after you have successfully installed the database application. Creating a database To create a database you can use the following. Please note the semicolon at the end of each command. CREATE DATABASE test; Creating a User To Create a […]