bug in localized \df+ output - Mailing list pgsql-hackers

From Alvaro Herrera
Subject bug in localized \df+ output
Date
Msg-id 20080414233645.GB6906@alvh.no-ip.org
Whole thread Raw
Responses Re: bug in localized \df+ output  (Alvaro Herrera <alvherre@commandprompt.com>)
List 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 by date:

Previous
From: "Chad Showalter"
Date:
Subject: rule for update view that updates/inserts into 2 tables
Next
From: "Dawid Kuroczko"
Date:
Subject: Re: Cached Query Plans