Accented characters column names not displayed

From: "Andrus" <eetasoft(at)online(dot)ee>
To: pgadmin-support(at)postgresql(dot)org
Subject: Accented characters column names not displayed
Date: 2006-10-30 17:35:41
Message-ID: eif2he$dn3$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.

Observed in object browser:

Column with empty name is shown.

Observed in SQL pane:

CREATE TABLE tt
(
text
)

Observed when tryind to delete column in object browser:

---------------------------
pgAdmin III
---------------------------
An error has occurred:

ERROR: syntax error at end of input at character 28

---------------------------
OK
---------------------------

Expected:

Column name must be shown.
Word text must be fully visible.

Version: 1.6beta3

Platform: XP SP2

Andrus.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Raj aryan 2006-11-01 09:44:02 Network access.
Previous Message Dave Page 2006-10-30 09:56:44 Re: pgAdmin beta4 - accelerator troubles