Обсуждение: [pgAdmin III] #103: some encodings aren't supported

Поиск
Список
Период
Сортировка

[pgAdmin III] #103: some encodings aren't supported

От
"pgAdmin Trac"
Дата:
#103: some encodings aren't supported
----------------------------+-----------------------------------------------
 Reporter:  Quan Zongliang  |       Owner:  dpage
     Type:  bug             |      Status:  new  
 Priority:  minor           |   Milestone:       
Component:  pgadmin         |     Version:  trunk
 Keywords:  encoding        |    Platform:       
----------------------------+-----------------------------------------------
 some encodings aren't supported by PostgreSQL yet: BIG5, GB18030, GBK,
 JOHAB, SJIS, SHIFT_JIS_2004, UHC
 See here: http://www.postgresql.org/docs/8.4/static/multibyte.html
 But all of them can be selected in new Database dialog.

 I checked some PostgreSQL sources. some functions are defined in:
 backend/utils/mb/encnames.c pg_valid_server_encoding_id can check whether
 an enconding is supported by server.
 It invoke macro PG_VALID_BE_ENCODING. And it is included in libpq-fe.h

 Patches are attached. I didn't define pg_encoding_to_char function in
 pgConn class. dlgDatabase is still invoke
 connection->ExecuteScalar(wxT("SELECT pg_encoding_to_char(") +
 NumToStr(encNo) + wxT(")"));

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/103>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Re: [pgAdmin III] #103: some encodings aren't supported

От
"pgAdmin Trac"
Дата:
#103: some encodings aren't supported
----------------------------+-----------------------------------------------
 Reporter:  Quan Zongliang  |       Owner:  Quan Zongliang
     Type:  bug             |      Status:  assigned      
 Priority:  minor           |   Milestone:                
Component:  pgadmin         |     Version:  trunk         
 Keywords:  encoding        |    Platform:                
----------------------------+-----------------------------------------------
Changes (by gleu):

  * owner:  dpage => Quan Zongliang
  * status:  new => assigned


--
Ticket URL: <http://code.pgadmin.org/trac/ticket/103#comment:1>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Re: [pgAdmin III] #103: some encodings aren't supported

От
"pgAdmin Trac"
Дата:
#103: some encodings aren't supported
-----------------------------+----------------------------------------------
  Reporter:  Quan Zongliang  |       Owner:  Quan Zongliang
      Type:  bug             |      Status:  closed        
  Priority:  minor           |   Milestone:                
 Component:  pgadmin         |     Version:  trunk         
Resolution:  fixed           |    Keywords:  encoding      
  Platform:                  |  
-----------------------------+----------------------------------------------
Changes (by gleu):

  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 Fixed in r8086 and r8087.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/103#comment:2>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Re: [pgAdmin III] #103: some encodings aren't supported

От
"pgAdmin Trac"
Дата:
#103: some encodings aren't supported
-----------------------------+----------------------------------------------
  Reporter:  Quan Zongliang  |       Owner:  Quan Zongliang
      Type:  bug             |      Status:  closed        
  Priority:  minor           |   Milestone:  1.10.1        
 Component:  pgadmin         |     Version:  1.10          
Resolution:  fixed           |    Keywords:  encoding      
  Platform:                  |  
-----------------------------+----------------------------------------------
Changes (by gleu):

  * version:  trunk => 1.10
  * milestone:  => 1.10.1


--
Ticket URL: <http://code.pgadmin.org/trac/ticket/103#comment:3>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III