PostgreSQLのパスを通す
mac環境でPostgreSQLのパスを通す方法の自分用メモ
postgres --version
postgres (PostgreSQL) 16.4
できた!
PATH=$PATH:/Library/PostgreSQL/16/bin
https://datasciencehenomiti.com/post-1017/
mac環境でPostgreSQLのパスを通す方法の自分用メモ
postgres --version
postgres (PostgreSQL) 16.4
できた!
PATH=$PATH:/Library/PostgreSQL/16/bin
https://datasciencehenomiti.com/post-1017/