Thread: [BUGS] BUG #14713: Problem with binary path
The following bug has been logged on the website: Bug reference: 14713 Logged by: Max Pierre Collazos Email address: orarcprime@gmail.com PostgreSQL version: 9.6.3 Operating system: Windows 10 x64 Description: Good day; I think there is a problem with binary path because when I use the restore database option and the binary path is configured with: http://www.postgresql.org/docs/$VERSION$/static/ the comand returns: C:\Program Files\PostgreSQL\9.6\pgAdmin 4\bin\ http:\www.postgresql.org\docs\$VERSION$\static\pg_restore.exe --host "localhost" --port "5432" --username "postgres" --no-password --dbname "northwind" --verbose "C:\\Users\\mtrec\\DOCUME~1\\2017-I\\ADMINI~1\\NORTHW~1\\NORTHW~1.BAC" with an error message. But when I use: C:\Program Files\PostgreSQL\9.6\bin (the bin path of my local folder) the restore comand its ok: C:\Program Files\PostgreSQL\9.6\bin\pg_restore.exe --host "localhost" --port "5432" --username "postgres" --no-password --dbname "northwind" --verbose "C:\\Users\\mtrec\\DOCUME~1\\2017-I\\ADMINI~1\\NORTHW~1\\NORTHW~1.BAC" Perhaps I'm wrong. I'll be waiting for your answer. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs