Thread: Japanese input issue in pgAdmin
Hi Hiroshi, Can you comment on the following bug report please? Is it a common problem? If so, can we fix it? ------ The property window closes when 'Enter' is pushed in the name text field. Here are the problem details. To input Japanese, you input "Hiragana" first, then push space to convert to "Kanji" then push enter to fix the conversion. Problem is, enter key is passed to pgAdmin . For example, If you want to change the English table name (employee) to Japanese tables using ALTER TABLE, you will get an error: ERROR: syntax error at or near ";" LINE 1: ALTER TABLE "employee" TO ; This problem does not happen on pgAdmin on Windows. You'd better to check pgAdmin's behavior on Redhat Enterprise Linux. ------ -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com
Hi. Ooooops, I forgot the problem completely.! Please understand that it is necessary to investigate both WX and GTK to solve the problem. I will tackle the root problem next week. I appreciate your perseverance. Thanks!! Regards, Hiroshi Saito ----- Original Message ----- From: "Dave Page" <dpage@pgadmin.org> > Hi Hiroshi, > > Can you comment on the following bug report please? Is it a common > problem? If so, can we fix it? > > ------ > > The property window closes when 'Enter' is pushed in the name text field. > > Here are the problem details. > > To input Japanese, you input "Hiragana" first, then push space to > convert to "Kanji" then push enter to fix the conversion. Problem is, > enter key is passed to pgAdmin . > > For example, If you want to change the English table name (employee) > to Japanese tables using ALTER TABLE, you will get an error: > > ERROR: syntax error at or near ";" > LINE 1: ALTER TABLE "employee" TO ; > > This problem does not happen on pgAdmin on Windows. You'd better to > check pgAdmin's behavior on Redhat Enterprise Linux. > ------ > > -- > Dave Page > EnterpriseDB UK: http://www.enterprisedb.com
On Wed, Jan 21, 2009 at 1:59 PM, Hiroshi Saito <z-saito@guitar.ocn.ne.jp> wrote: > Hi. > > Ooooops, I forgot the problem completely.! > Please understand that it is necessary to investigate both WX and GTK to > solve the problem. I will tackle the root problem next week. I appreciate > your perseverance. Thanks!! Thanks! -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com
Hi, Did you get a chance to look at this? On Wed, Jan 21, 2009 at 1:59 PM, Hiroshi Saito <z-saito@guitar.ocn.ne.jp> wrote: > Hi. > > Ooooops, I forgot the problem completely.! > Please understand that it is necessary to investigate both WX and GTK to > solve the problem. I will tackle the root problem next week. I appreciate > your perseverance. Thanks!! > > Regards, > Hiroshi Saito > > ----- Original Message ----- From: "Dave Page" <dpage@pgadmin.org> > >> Hi Hiroshi, >> >> Can you comment on the following bug report please? Is it a common >> problem? If so, can we fix it? >> >> ------ >> >> The property window closes when 'Enter' is pushed in the name text field. >> >> Here are the problem details. >> >> To input Japanese, you input "Hiragana" first, then push space to >> convert to "Kanji" then push enter to fix the conversion. Problem is, >> enter key is passed to pgAdmin . >> >> For example, If you want to change the English table name (employee) >> to Japanese tables using ALTER TABLE, you will get an error: >> >> ERROR: syntax error at or near ";" >> LINE 1: ALTER TABLE "employee" TO ; >> >> This problem does not happen on pgAdmin on Windows. You'd better to >> check pgAdmin's behavior on Redhat Enterprise Linux. >> ------ >> >> -- >> Dave Page >> EnterpriseDB UK: http://www.enterprisedb.com > -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com
Hi. ----- Original Message ----- From: "Dave Page" <dpage@pgadmin.org> > Hi, > > Did you get a chance to look at this? Ahh, patch is not ready yet. Probably, It will not be accepted, unless it is surer and proposes. I was realized by killing a function. It can't be considered to be the right method. Sorry, I need to understand structure more... Anyway, it is not the problem of pgAdmin.!! Regards, Hiroshi Saito
On Mon, Mar 2, 2009 at 1:40 PM, Hiroshi Saito <z-saito@guitar.ocn.ne.jp> wrote: >> Did you get a chance to look at this? > > Ahh, patch is not ready yet. Probably, It will not be accepted, unless it is > surer and proposes. I was realized by killing a function. It can't be > considered to be the right method. Sorry, I need to understand structure > more... > Anyway, it is not the problem of pgAdmin.!! OK - that's good to know. We still need to make things work for our Japanese users though, so maybe we need to work up a patch anyway, even if it won't be accepted upstream. I can include that in the one-click installers. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com