Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

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.
 
PREVIOUS NEXT
Tagged: #create #local #postgres #database
ADD COMMENT
Topic
Name
7+3 =