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

前端 未结 10 1755
南方客
南方客 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:19

    If you tried all the answers and still spinning your heads, don't forget to change the version with your one which you downloaded.

    For example, don't simply copy paste

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

    More clearly,

    ;C:\Program Files\PostgreSQL\[Your Version]\bin ;C:\Program Files\PostgreSQL\[Your Version]\lib
    

    I was spinning my heads. Hope this helps.

提交回复
热议问题