Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Accented characters column names not displayed



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.









Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group