RE: [pgadmin-hackers] idea for reading encodign format

2002-09-11 Thread frank_lupo
Is possible that the problem the vesrione of the compiler? My version 7.2iscompiledbyGCC2.95.3-5 Your version 7.2iscompiledbyGCCegcs-2.91.66 Is a problem ? OK, anyideasontheproblemImentioned? -OriginalMessage-From:frank_lupo [mailto:[EMAIL PROTECTED]]Sent:10September&

Re: [pgadmin-hackers] idea for reading encodign format

2002-09-11 Thread Dave Page
is found. Regards, Dave -Original Message-From: frank_lupo [mailto:[EMAIL PROTECTED]] Sent: 11 September 2002 07:12To: Dave PageCc: pgadmin-hackersSubject: RE: [pgadmin-hackers] idea for reading encodign format Is possible that the problem the vesrione of the compiler

Re: [pgadmin-hackers] idea for reading encodign format

2002-09-10 Thread Dave Page
Title: Message Hi Frank, Hmm, that doesn't seem to work here. For any random integervalue of X that I try in select pg_encoding_to_char(X), I get SQL_ASCII as the result. This is a problem I would like to fix, though I don't have time myself right now :-( Regards, Dave.

RE: [pgadmin-hackers] idea for reading encodign format

2002-09-10 Thread frank_lupo
I replace this code in frmdatabase pgadmin2. I don't have this problem. What is your result if you execute this selection ? select pg_encoding_to_char(0) union select pg_encoding_to_char(1) union select pg_encoding_to_char(2) union select pg_encoding_to_char(3) union select

Re: [pgadmin-hackers] idea for reading encodign format

2002-09-10 Thread Dave Page
[mailto:[EMAIL PROTECTED]] Sent: 10 September 2002 14:45To: Dave PageCc: pgadmin-hackersSubject: RE: [pgadmin-hackers] idea for reading encodign format I replace this code in frmdatabase pgadmin2. I don't have this problem. What is your result if you execute this selection

Re: [pgadmin-hackers] idea for reading encodign format

2002-09-10 Thread frank_lupo
I usingPostgreSQL 7.2 template1=# select version(); versionPostgreSQL 7.2 on i686-pc-cygwin, compiled by GCC 2.95.3-5(1 row) Itriedon2 systems: template1=#select versin(); version -

Re: [pgadmin-hackers] idea for reading encodign format

2002-09-10 Thread Dave Page
Title: Message OK, any ideas on the problem I mentioned? -Original Message-From: frank_lupo [mailto:[EMAIL PROTECTED]] Sent: 10 September 2002 16:34To: Dave PageCc: pgadmin-hackersSubject: Re: [pgadmin-hackers] idea for reading encodign format I usingPostgreSQL 7.2