problem keyboard koi8-r

From: "Vovk G(dot) Grigoriy" <vovk(at)sled(dot)rpa(dot)ryazan(dot)su>
To: <pgsql-general(at)hub(dot)org>
Subject: problem keyboard koi8-r
Date: 1999-08-09 15:05:32
Message-ID: 004101bee278$a1c1ad10$0100a8c0@sled.rpa.ryazan.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sled(dot)rpa(dot)ryazan(dot)su
Grigoriy Vovk

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 1999-08-09 15:22:42 Re: [GENERAL] Speed of joins using sparse indexes
Previous Message Roberto Moreda 1999-08-09 13:39:35 Speed of joins using sparse indexes