problem keyboard koi8-r - Mailing list pgsql-general

From Vovk G. Grigoriy
Subject problem keyboard koi8-r
Date
Msg-id 004101bee278$a1c1ad10$0100a8c0@sled.rpa.ryazan.su
Whole thread Raw
List pgsql-general
I Install PostgreSQL 6.5.1 on FreeBSD 3.1
(configured --enable-locale --with-mb=KOI8).
I did initdb -e KOI8.
I started postmaster from script:
#!/bin/sh
LC_COLLATE=koi8-r
LC_CTYPE=koi8-r
export LC_COLLATE LC_CTYPE
postmaster -i -S

But, when I run psql. I can not switch keyboard in russian and insert char
in koi8-r (russian word) in table.
Where is mistake?
-----------------------------------------
vovk@sled.rpa.ryazan.su
Grigoriy Vovk


pgsql-general by date:

Previous
From: Roberto Moreda
Date:
Subject: Speed of joins using sparse indexes
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] Speed of joins using sparse indexes