bug in localized \df+ output

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема bug in localized \df+ output
Дата
Msg-id 20080414233645.GB6906@alvh.no-ip.org
обсуждение исходный текст
Ответы Re: bug in localized \df+ output  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
I'm seeing this:

Liste des fonctions
-[ RECORD 1 ]--------------------+----------------------------------------------------------------------------
Schéma                          | public
Nom                              | tg_backlink_a
Type de données du résultat    | trigger
Type de données des paramètres | 
Volatibilité                    | volatile
Propriétaire                    | alvherre
Langage                          | plpgsql
Code source                      |                                 : declare                                :
dummy\x09integer;

This is \x \df+ tg_* on the regression database.  server_encoding=utf8,
client_encoding=utf8.

Notice the alignment problem.

I'm guessing that we're counting bytes, not chars, to build the table on
psql.

Also the \x09 thing is pretty ugly (I think this was already reported?):-(

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: "Chad Showalter"
Дата:
Сообщение: rule for update view that updates/inserts into 2 tables
Следующее
От: "Dawid Kuroczko"
Дата:
Сообщение: Re: Cached Query Plans