How to put psql on the path when using Postgres.app on OS X?

前端 未结 10 1112
面向向阳花
面向向阳花 2021-02-05 05:01

I\'ve installed Postgres93 on my Mac. I can open the application, and \"Open psql\" through the app which opens up a command line interface with psql.

However, when I ty

10条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-05 05:30

    In Mac, there is a SQL Shell application already under /Applications/PostgresSQL try that

    Also, you can run /Library/PostgreSQL/11/scripts/runpsql.sh

提交回复
热议问题