Answers for "command line connect to pgsql mac"

15

how to open postgresql in mac

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Posted by: Guest on January-15-2020
1

install psql mac

make sure yu have homebrew installed and updated, then run
$ brew install libpq
$ brew link --force libpq ail
Posted by: Guest on November-06-2021

Code answers related to "command line connect to pgsql mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language