Re: Problems with special character rendering

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Bouffon <thomas(dot)bouffon(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Problems with special character rendering
Date: 2011-01-20 15:36:58
Message-ID: 14275.1295537818@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Thomas Bouffon <thomas(dot)bouffon(at)gmail(dot)com> writes:
> Hi,
> I have a little problem with psql
> with 8.4.6 ,
> select E'\fr';
> gives :
> ?column?
> ----------
> \x0Cr
> (1 ligne)

> whereas with 8.1
> select E'\fr';
> gives
> ?column?
> ----------
>
> r
> (1 row)

> I tried changing both client/server encodings, etc.
> Why does 8.4 not render \f as a form feed ?

It does. psql just displays form feeds (and other control characters)
in a less broken way than it used to.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message peter 2011-01-20 19:34:24 Vacuuming -- again
Previous Message Thomas Bouffon 2011-01-20 10:42:08 Problems with special character rendering