| From: | Tiziano Valdemarin <tizianovaldemarin(at)gmail(dot)com> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | installer typo bug |
| Date: | 2009-06-07 06:56:56 |
| Message-ID: | 80dc09900906062356h44b319d5gd204886cde57c7b1@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2009-06-07 08:42:38 | Re: BUG #4842: Doesn't install |
| Previous Message | tim lemmon | 2009-06-07 03:29:51 | BUG #4842: Doesn't install |