BUG #16963: Wrong command in C:\Program Files (x86)\PostgreSQL\10\pg_env.bat

Started by PG Bug reporting formabout 5 years ago1 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 16963
Logged by: Francis ANDRE
Email address: zosrothko@orange.fr
PostgreSQL version: 11.10
Operating system: Windows 10
Description:

Hello
The command below from C:\Program Files (x86)\PostgreSQL\10\pg_env.bat is
wrong:

Instead of: @SET PATH="C:\Program Files (x86)\PostgreSQL\10\bin";%PATH%

it should be: @SET PATH=C:\Program Files (x86)\PostgreSQL\10\bin;%PATH%

Rgds