[BUGS] BUG #14713: Problem with binary path

Поиск
Список
Период
Сортировка
От orarcprime@gmail.com
Тема [BUGS] BUG #14713: Problem with binary path
Дата
Msg-id 20170619144259.1547.31114@wrigleys.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Private
Дата:
Сообщение: Re: [BUGS] Too many files in pg_replslot folder
Следующее
От: josef.machytka@gmail.com
Дата:
Сообщение: [BUGS] BUG #14714: long running sessions from remote instance seems to hangsome times