Answers for "how to create local postgres database"

0

how to create local postgres database

Download and install a PostgreSQL server. ...
Add the PostgreSQL bin directory path to the PATH environmental variable. ...
Open the psql command-line tool: ...
Run a CREATE DATABASE command to create a new database. ...
Connect to the new database using the command: \c databaseName.
Run the postgres.
Posted by: Guest on March-02-2021

Code answers related to "how to create local postgres database"

Browse Popular Code Answers by Language