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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to