pg_proc.h changed

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема pg_proc.h changed
Дата
Msg-id 20000118145114M.t-ishii@sra.co.jp
обсуждение исходный текст
Ответы Re: [HACKERS] pg_proc.h changed  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Hi,

I have added two built-in functions:pg_char_to_encoding()    -- convert encoding string to encoding
idpg_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_JPtemplate1  | t-ishii | EUC_JPtest       | t-ishii |
EUC_JP
(3 rows)

This is much more "user friendly" IMHO.

initdb required.
--
Tatsuo Ishii


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] How to ignore system indexes
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] docs done Re: [HACKERS] LIBPQ patches ...