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
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
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
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
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
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
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