Answers for "run postgres from command line"

SQL
2

open postgres in terminal

sudo -i -u postgres psql
Posted by: Guest on June-10-2021
1

run postgres locally

$ pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
Posted by: Guest on June-24-2020

Code answers related to "run postgres from command line"

Code answers related to "SQL"

Browse Popular Code Answers by Language