Re: Accented characters column names not displayed

From: "Andrus" <eetasoft(at)online(dot)ee>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Accented characters column names not displayed
Date: 2006-11-03 11:21:12
Message-ID: eif8vh$29l6$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

>> To reproduce, run the following code in query window:
>>
>> create table test ( text );
>> select * from test;
>>
>> Observed in output pane:
>>
>> No column name.
>> Column type "text" is only partially visible.
>
> I see both.
> And the column gets deleted just fine!
>
> What is your database encoding? I tested with latin1 and utf8.

My database encoding is UTF8
Cluster and Windows locales are Estonian

Andrus.

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2006-11-03 14:03:22 pgAdmin III v1.6 Release Candidate 1 Released
Previous Message Dave Page 2006-11-03 09:50:12 Re: Accented characters column names not displayed