Re: Database object names and libpq in UTF-8 locale on Windows - Mailing list pgsql-sql

From Tom Lane
Subject Re: Database object names and libpq in UTF-8 locale on Windows
Date
Msg-id 29820.1349964228@sss.pgh.pa.us
Whole thread Raw
In response to Database object names and libpq in UTF-8 locale on Windows  (Sebastien FLAESCH <sf@4js.com>)
Responses Re: Database object names and libpq in UTF-8 locale on Windows  (Sebastien FLAESCH <sf@4js.com>)
List pgsql-sql
Sebastien FLAESCH <sf@4js.com> writes:
> - I can use UTF-8 string constants in my queries.
> - I can pass UTF-8 data to the database with parameterized queries.
> - I can fetch UTF-8 data from the database.
> - I can create db object names with UTF-8 characters.

> But the db object names must be specified with double quotes:
> When I do not use quoted db object names, I get a strange problem.
> The table is created, I can use it in my program, I can even use it in the
> pgAdmin query tool, but in the pgAdmin db browser, there is no table name
> displayed in the treeview...

That sounds like a pgAdmin bug.  You should report it in the pgAdmin
mailing lists.
        regards, tom lane



pgsql-sql by date:

Previous
From: Sebastien FLAESCH
Date:
Subject: Database object names and libpq in UTF-8 locale on Windows
Next
From: Sebastien FLAESCH
Date:
Subject: Re: Database object names and libpq in UTF-8 locale on Windows