Answers for "how to setup postgresql mac"

4

install postgresql on mac

brew install postgresql
Posted by: Guest on March-17-2020
1

postgres install mac

$ brew install postgresql
Posted by: Guest on March-10-2021
-1

postgresql create database mac

sudo psql -U postgres
psql: FATAL:  role "postgres" does not exist
Posted by: Guest on December-06-2020
-1

postgresql create database mac

postgres=# DROP USER USER_NAME;
DROP ROLE
Posted by: Guest on December-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language