PostgreSQL Tutorial 1 -- psql is not recognized as an internal command windows
While using postgreSQL command line utility "psql" command is giving error like "psql is not recognized as an internal command windows".
To solve this we have to follow below process.
1. Getting the error.
2. Temporary solution for the issue resolution.
3. Updating the "PATH" environment variable for applying the permanent changes.
4. Verifying the fix. Issue solved.
To solve this we have to follow below process.
1. Getting the error.
3. Updating the "PATH" environment variable for applying the permanent changes.
4. Verifying the fix. Issue solved.
Comments
Post a Comment