この場合、Homebrewを使用してmacOS用のPostgreSQLクライアントを適切にインストールし、それをリンクすると、すべてのツールが/usr/local/bin
にシンボリックリンクされます。 ディレクトリ。
この問題を修正するには、次のコマンドを実行します。
$ brew services stop postgresql
$ brew install [email protected]
$ brew services start [email protected]
$ brew link --overwrite --force [email protected]
参照: https://www.compose.com/ articles / postgresql-tips-installing-the-postgresql-client /