Accented characters column names not displayed

Поиск
Список
Период
Сортировка
От Andrus
Тема Accented characters column names not displayed
Дата
Msg-id eif2he$dn3$1@news.hub.org
обсуждение исходный текст
Ответы Re: Accented characters column names not displayed  (Dave Page <dpage@postgresql.org>)
Список 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.








В списке pgadmin-support по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Issue in "Find and Replace"
Следующее
От: Dave Page
Дата:
Сообщение: Re: Accented characters column names not displayed