Re: [HACKERS] pg_proc.h changed

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] pg_proc.h changed
Дата
Msg-id Pine.LNX.4.21.0001190102590.11420-100000@localhost.localdomain
обсуждение исходный текст
Ответ на pg_proc.h changed  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
I've been wondering about that. Great!

On 2000-01-18, Tatsuo Ishii mentioned:

> Hi,
> 
> I have added two built-in functions:
>     pg_char_to_encoding()    -- convert encoding string to encoding id
>     pg_encoding_to_char()    -- convert encoding id to encoding string
> 
> Main purpose for this is to allow psql -l to print encoding names
> rather than encoding ids (sample output from psql shown below) in a
> multibyte enabled installation.
> 
>         List of databases
>   Database  |  Owner  | Encoding 
> ------------+---------+----------
>  regression | t-ishii | EUC_JP
>  template1  | t-ishii | EUC_JP
>  test       | t-ishii | EUC_JP
> (3 rows)
> 
> This is much more "user friendly" IMHO.
> 
> initdb required.
> --
> Tatsuo Ishii
> 
> ************
> 
> 

-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Index recreation in vacuum
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Cannot compile psql