Re: [pgadmin-support] connection SSL combobox empty

2003-10-20 Thread Jean-Michel POURE
Le Samedi 18 Octobre 2003 01:37, [EMAIL PROTECTED] a écrit : > on Mandrake 9.1, pgAdmin III 1.0.1 binary distribution (rpm). > SSL combobox in connection window is empty :( If you really need SSL, please install the latest snapshots, i.e. http://www.pgadmin.org/snapshots/linux/mandrake91/ pgadmin3

[pgadmin-support] German umlauts in pgadmin III

2003-10-20 Thread Albin Blaschka
Hello, I am confronted with a little problem in pgadmin III: Table cells and comments on database objects are not properly displayed if they contain a german umlaut. The table cells just contain ", the comments (on tables, for example) are completly empty. In pgadmin II everything is okay, if

Re: [pgadmin-support] German umlauts in pgadmin III

2003-10-20 Thread Jean-Michel POURE
Le Lundi 20 Octobre 2003 10:43, Albin Blaschka a écrit : > Plattform for pgadmin: Win 2000 > Database: Postgres 7.3.2 on Debian Linux Woody (3.0), > Database encoding SQL_ASCII Dear Albin, This problem was fixed in CVS. Two solutions: 1) Wait for a Win32 binary snapshots. There should be one soo

Re: [pgadmin-support] German umlauts in pgadmin III

2003-10-20 Thread Tino Wildenhain
Hi Albin, Albin Blaschka wrote: Hello, I am confronted with a little problem in pgadmin III: Table cells and comments on database objects are not properly displayed if they contain a german umlaut. The table cells just contain ", the comments (on tables, for example) are completly empty. In pg

Re: [pgadmin-support] German umlauts in pgadmin III

2003-10-20 Thread Andreas Pflug
Albin Blaschka wrote: Hello, I am confronted with a little problem in pgadmin III: Table cells and comments on database objects are not properly displayed if they contain a german umlaut. The table cells just contain ", the comments (on tables, for example) are completly empty. In pgadmin II e

Re: [pgadmin-support] German umlauts in pgadmin III

2003-10-20 Thread Reshat Sabiq
Actually, it's a wording issue: ASCII: 7-bit Extended ASCII (Latin 1): 8-bit Personally, whenever i say ASCII, i usually mean Extended ASCII. Regards. Tino Wildenhain wrote: Hi Albin, Albin Blaschka wrote: Hello, I am confronted with a little problem in pgadmin III: Table cells and comme

Re: [pgadmin-support] German umlauts in pgadmin III

2003-10-20 Thread Tino Wildenhain
Hi Reshat Sabiq, Reshat Sabiq wrote: Actually, it's a wording issue: ASCII: 7-bit Extended ASCII (Latin 1): 8-bit Personally, whenever i say ASCII, i usually mean Extended ASCII. No matter what you say, but postgres knows your "extended ascii" by the name Latin1 :-) (or iso8859-1) While SQL AS