Re: pgbash-2.4 released

Поиск
Список
Период
Сортировка
От SAKAIDA Masaaki
Тема Re: pgbash-2.4 released
Дата
Msg-id 20020222105310.872B.SAKAIDA@psn.co.jp
обсуждение исходный текст
Ответ на Re: pgbash-2.4 released  (serse@diku.dk (Per Erik Ronne))
Список pgsql-hackers
serse@diku.dk (Per Erik Ronne) wrote:
>
> SAKAIDA <sakaida@psn.co.jp> wrote: 
> > I'm pleased to announce the release of pgbash-2.4.
> > http://www.psn.co.jp/PostgreSQL/pgbash/index-e.html
> 
> Does it support 8 bit characters, like the 'x' in my surname?
> 
> In general: the ISO Latin 1 character set. Psql doesn't seem to do this
> automatically.

Please type as follows.

% /bin/bash ( or /usr/local/bin/pgbash ) 
> ch='YOUR 8 BIT CHARACTERS'
> echo $ch

If your 8 bit characters are displayed correctly, then 
Pgbash can support 8 bit characters. If not, you should 
apply MULTIBYTE patch for the readline or the bash parser.

Of course, PostgreSQL has to be configured with multibyte 
as you know, and it is required that your terminal environment 
can use MULTIBYTE.

--
SAKAIDA Masaaki 




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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: \connect case-folding change maybe not such a good idea
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Are stored procedures pre-compiled?