bug in localized \df+ output

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: bug in localized \df+ output
Date: 2008-04-14 23:36:45
Message-ID: 20080414233645.GB6906@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robins Tharakan 2008-04-15 00:33:55 Re: rule for update view that updates/inserts into 2 tables
Previous Message Chad Showalter 2008-04-14 22:03:27 rule for update view that updates/inserts into 2 tables