installer typo bug

Поиск
Список
Период
Сортировка
От Tiziano Valdemarin
Тема installer typo bug
Дата
Msg-id 80dc09900906062356h44b319d5gd204886cde57c7b1@mail.gmail.com
обсуждение исходный текст
Список pgsql-bugs
First excuse me for my poor english.

I just experienced a stupid bug,
after a windows clean installation of postgresql 8.3.7-1 i tried to psql
into db and it failed with the message:
psql: FATAL:  invalid value for parameter "client_encoding": "DEFAULT "
please note that there is a space after default...
Ok, I irc chatted and RodiumToad solved it for me (again many BIG thanks), i
just could not see it.
Postgres creates links in start/... and I always used the one named "command
prompt" as a shortcut to psql, BUT in this version (just downloaded) the
link destination is
"C:\WINDOWS\system32\cmd.exe /k set PGCLIENTENCODING=DEFAULT && set
PGPORT=5432"
instead of
"C:\WINDOWS\system32\cmd.exe /k set PGCLIENTENCODING=DEFAULT&& set
PGPORT=5432"
There should be no space after DEFAULT.

Well i lost 2 days thinking about psql bugs, installation bugs, my batch
installer, etc... so i expose it so no others will lose their time searching
for this typo.

Sincerely
Tiziano

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4841: like and trim queries
Следующее
От: "tim lemmon"
Дата:
Сообщение: BUG #4842: Doesn't install