Re: BUG #6193: The one-click installer failed to unpack

Поиск
Список
Период
Сортировка
От 珐塔
Тема Re: BUG #6193: The one-click installer failed to unpack
Дата
Msg-id 4E71F3A6.4050208@gmail.com
обсуждение исходный текст
Ответ на Re: BUG #6193: The one-click installer failed to unpack  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-bugs
于 2011/9/15 19:26, Robert Haas 写道:
> On Thu, Sep 1, 2011 at 11:57 AM, farta<fayfarta@gmail.com>  wrote:
>> The following bug has been logged online:
>>
>> Bug reference:      6193
>> Logged by:          farta
>> Email address:      fayfarta@gmail.com
>> PostgreSQL version: 9.0.4
>> Operating system:   Windows 7 64 bit
>> Description:        The one-click installer failed to unpack
>> Details:
>>
>> postgresql-9.0.4-1-windows_x64.exe failed to unpack. I downloaded it for
>> several times from different location, so it should not be a corrupted
>> download. When executed, after the postgresql icon displayed at first
>> disappared, an error message box showed up, said: (In Chinese, my system is
>> chinese version) "File name, directory name or volume name is invalid."
>>
>> I'm wondering if it is because my username on my system is in Chinese so it
>> contains non-ascii charactors, and the when the installer begain to unpack
>> files, it tried to get temperary directory name, and since the path contains
>> non-ascii charactor it might not support, it failed and told "File name,
>> directory name or volume name is invalid."
> According to the EnterpriseDB installer team, your explanation is
> correct.  Apparently the installation directory path and PGDATA path
> locations have to patch the following regex:
>
> ^([a-zA-Z]:)\\([0-9a-zA-Z_\\\s\.\-\(\)]*)$
>
> Sorry for the inconvenience.  :-(
>
Thanks a lot. I have found a workaroud: Changing the TEMP/TMP enviroment
variable to a path contains only ascii charactors and the installer
succeeded and now I'm enjoying PostgreSQL.:-)


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

Предыдущее
От: pasman pasmański
Дата:
Сообщение: Re: BUG #6204: Using plperl functions generate crash
Следующее
От: "Marc Mamin"
Дата:
Сообщение: BUG #6209: Invalid subquery is accepted within a IN() clause