[BUGS] BUG #14713: Problem with binary path - Mailing list pgsql-bugs

From orarcprime@gmail.com
Subject [BUGS] BUG #14713: Problem with binary path
Date
Msg-id 20170619144259.1547.31114@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
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

pgsql-bugs by date:

Previous
From: Private
Date:
Subject: Re: [BUGS] Too many files in pg_replslot folder
Next
From: josef.machytka@gmail.com
Date:
Subject: [BUGS] BUG #14714: long running sessions from remote instance seems to hangsome times