a real solution 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
PROTECTED]] Sent: 10 September&
nbsp;200
2
16:34To: Dave PageCc: pgadmin-hackersSubject: Re: [pgadmin-hackers] idea for reading encodign format
I using PostgreSQL 7.2
template1=# select version(); ver
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 using PostgreSQL 7.2
_to_char- SQL_ASCII(1 row)0
D
How would the loop know when to give up and exit?
Regards, Dave.
-Original Message-From: frank_lupo [mailto:[EMAIL PROTECTED]] Sent: 10 September 2002 14:45To: Dave Page<
B>Cc:
pgadmin-hackersSubject: RE: [pg
pg_encoding_to_char(450); pg_encoding_to_char- SQL_ASCII(1
row)
How would the loop
know when to give up and exit?
Regards,
Dave.
-Original Message-From: frank_lupo
[mailto:[EMAIL PROTECTED]] Sent: 10 September 2002
14:45To: Dave PageCc: pgadmin-hac
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 pg_encoding_to
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.
-Ori