Re: BUG #8050: Need quotes around service exe (imagepath registry key)

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: BUG #8050: Need quotes around service exe (imagepath registry key)
Дата
Msg-id 003401ce359e$3eca6700$bc5f3500$@kapila@huawei.com
обсуждение исходный текст
Ответ на BUG #8050: Need quotes around service exe (imagepath registry key)  (mr_gapearce@yahoo.com)
Список pgsql-bugs
On Tuesday, April 09, 2013 9:33 PM greg pearce wrote:
> The following bug has been logged on the website:
>=20
> Bug reference:      8050
> Logged by:          greg pearce
> Email address:      mr_gapearce@yahoo.com
> PostgreSQL version: 9.1.2
> Operating system:   windows 7 x64
> Description:
>=20
> The service executable name should be surrounded with double quotes
> after
> installation of the service.  If a user installs using the default =
file
> location (C:\program files\blah blah"),  has a folder or file on root
> of C:
> called "Program" - postgresql will not start unless there are quotes
> around
> the path to the exe.

When there is a space in folder name, it will treat it as a separate =
argument, so you need to use quotes.
Other way could be use quotes just around name which has space.
Example - c:\gregpearce\\"blah blah\"

Check on net how to open filename having space.

With Regards,
Amit Kapila.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Dickson S. Guedes"
Дата:
Сообщение: Re: BUG #8049: Incorrect results when using ORDER BY and query planner options
Следующее
От: Dang Minh Huong
Дата:
Сообщение: replication_timeout not effective