Postgres “psql not recognized as an internal or external command”

前端 未结 10 1761
南方客
南方客 2021-02-02 06:07

For Postgres, I keep getting this error multiple times even though I have already set the location of the bin folder to the path variable in Windows 8. Is there something else I

10条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-02 06:28

    Even if it is a little bit late, i solved the PATH problem by removing every space.

    ;C:\Program Files\PostgreSQL\9.5\bin;C:\Program Files\PostgreSQL\9.5\lib
    

    works for me now.

提交回复
热议问题