Re: [BUGS] BUG #5801: characters not encoded properly for column names

2010-12-23 Thread Marc Cousin
Le jeudi 23 décembre 2010 18:21:55, John R Pierce a écrit : > On 12/23/10 2:34 AM, Marc Cousin wrote: > > No, from a Linux psql client (inside a kde konsole). You can setup any > > charset in it. I have exactly the same behaviour with psql under windows > > anyway, with a chcp 1252 in the cmd conso

Re: [BUGS] BUG #5801: characters not encoded properly for column names

2010-12-23 Thread John R Pierce
On 12/23/10 2:34 AM, Marc Cousin wrote: No, from a Linux psql client (inside a kde konsole). You can setup any charset in it. I have exactly the same behaviour with psql under windows anyway, with a chcp 1252 in the cmd console. It's not a console charset problem, I've tripled checked that :) An

Re: [BUGS] Issue while using PostgreSql 8.4.

2010-12-23 Thread Kevin Grittner
Atul Kumar wrote: > My issue is, first time I am creating the table and inserting some > rows of data. After doing some logic going to delete that table . > I am observing application is getting hang while executing > statement.execute(). It's taking a long time to run which statement, a DELET

[BUGS] Issue while using PostgreSql 8.4.

2010-12-23 Thread Atul Kumar
Hi, I am using PostgreSql 8.4 for my web application also am using following technology stacks: 1> Java 2> Window XP (OS). 3> JBoss Server4.2. My issue is, first time I am creating the table and inserting some rows of data. After doing some logic going to delete t

Re: [BUGS] BUG #5801: characters not encoded properly for column names

2010-12-23 Thread Marc Cousin
No, from a Linux psql client (inside a kde konsole). You can setup any charset in it. I have exactly the same behaviour with psql under windows anyway, with a chcp 1252 in the cmd console. It's not a console charset problem, I've tripled checked that :) And anyway, this character shouldn't get

Re: [BUGS] BUG #5801: characters not encoded properly for column names

2010-12-23 Thread Pavel Stehule
Hello Marc, It was entered from a windows cmd console? It doesn't use win encodings as default. For example, it must be executed with parameter /c chcp 1250 for win1250 encoding. Regards Pavel Stehule 2010/12/23 Marc Cousin : > > The following bug has been logged online: > > Bug reference:    

[BUGS] BUG #5801: characters not encoded properly for column names

2010-12-23 Thread Marc Cousin
The following bug has been logged online: Bug reference: 5801 Logged by: Marc Cousin Email address: cousinm...@gmail.com PostgreSQL version: 9.0.2 Operating system: Windows XP Description:characters not encoded properly for column names Details: I get a different be