Re: pgbash-2.4 released - Mailing list pgsql-hackers

From SAKAIDA Masaaki
Subject Re: pgbash-2.4 released
Date
Msg-id 20020222105310.872B.SAKAIDA@psn.co.jp
Whole thread Raw
In response to Re: pgbash-2.4 released  (serse@diku.dk (Per Erik Ronne))
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: \connect case-folding change maybe not such a good idea
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Are stored procedures pre-compiled?