Answers for "how do i add a database to postgresql"

3

create database postgres

createdb -h localhost -p 5432 -U postgres testdb
password ******
Posted by: Guest on December-15-2020

Code answers related to "how do i add a database to postgresql"

Browse Popular Code Answers by Language