Re:

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Hiroshi Saito <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re:
Date: 2003-10-01 18:28:44
Message-ID: 3F7B1CDC.8070506@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hiroshi Saito wrote:

>From: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
>
>
>
>>Hiroshi Saito wrote:
>>
>>
>>
>>>Hmm..
>>>Is it a specific code or all code?
>>>However,
>>>Will you absorb all the bugs of PostgreSQL?
>>>
>>>
>>>
>>>
>>This is not a bug of PostgreSQL, nor of pgAdmin.
>>SQL_ASCII database *should* contain only 7bit ascii characters. If you
>>use 8-bit characters, conversion is unpredictable (well, it *is*
>>predictable, but probably not what you'd like to see)
>>
>>
>
>It isn't understood.
>Shouldn't put it in SQL_ASCII.
>Database comes to return the result which made a mistake.
>Or, do you use 256(2^8=256) ASCII?
>

The DB will store 8 bit per character, regardless of the db encoding.
When it comes to conversion, only 7 bits are valid, if you tell the
backend "this is ASCII data". Your fault, if it actually isn't.

Regards,
Andreas

In response to

  • Re: at 2003-10-01 18:17:33 from Hiroshi Saito

Responses

  • Re: at 2003-10-01 18:34:58 from Hiroshi Saito

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-10-01 18:32:20 Re:
Previous Message Jean-Michel POURE 2003-10-01 18:28:01 Re: