Brodie Thiesfield wrote:
> The database is created in UTF-8.
> CREATE DATABASE crossbase WITH OWNER = tserver ENCODING = 'UTF-8';
> 
> postgres=# \l
>        List of databases
>   Name    |  Owner   | Encoding
> -----------+----------+----------
>  crossbase | tserver  | UTF8
>  crosstest | postgres | UTF8
>  postgres  | postgres | UTF8
>  template0 | postgres | UTF8
>  template1 | postgres | UTF8
> 
> System locale is Japanese cp932.
> lc_collate                      | Japanese_Japan.932
> lc_ctype                        | Japanese_Japan.932
> lc_messages                     | Japanese_Japan.932
> lc_monetary                     | Japanese_Japan.932
> lc_numeric                      | Japanese_Japan.932
> lc_time                         | Japanese_Japan.932
> 
> If there are any other settings you need from show all then it is in
> the attached file.

It certainly looks like that bug. Any chance you're experienced enough
to set a breakpoint at it and get a backtrace when the error shows up?
(I know it's very difficult on windows with the current version). Or if
you can try the tip of the REL8_2_STABLE branch in cvs?

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to