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

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

    Make sure that the path actually leads to the executables. I'm using version 11 and it did not work until this was set as the path:

    C:\Program Files\PostgreSQL\11\bin\bin

    Maybe this is how version 11 is structured or I somehow botched the installation but I haven't had a problem since.

提交回复
热议问题