BUG #14713: Problem with binary path

From: orarcprime(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14713: Problem with binary path
Date: 2017-06-19 14:42:59
Message-ID: 20170619144259.1547.31114@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14713
Logged by: Max Pierre Collazos
Email address: orarcprime(at)gmail(dot)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.

Browse pgsql-bugs by date

  From Date Subject
Next Message josef.machytka 2017-06-19 14:49:07 BUG #14714: long running sessions from remote instance seems to hang some times
Previous Message Private 2017-06-19 14:10:50 Re: Too many files in pg_replslot folder