Re: Bug #653: Unable to insert binary data into BYTEA column

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: vicen(at)pv2c(dot)sk, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #653: Unable to insert binary data into BYTEA column
Date: 2002-06-02 06:30:05
Message-ID: 200206020630.g526U6p14513@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


This seems unusual. Would you send us a sample of a string that is
rejected?

---------------------------------------------------------------------------

pgsql-bugs(at)postgresql(dot)org wrote:
> Peter Vicen (vicen(at)pv2c(dot)sk) reports a bug with a severity of 2
> The lower the number the more severe it is.
>
> Short Description Unable to insert binary data into BYTEA column
> in UTF8 DB
>
> Long Description After creating an UTF8 database ("createdb
> --encoding "UTF8" ...) containing BYTEA columns the parser
> rejects insert queries with binary data because they're not UTF8
> encoded (escaping doesn't help ;-).
>
> Sample Code
>
>
> No file was uploaded with this report
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2002-06-02 06:31:59 Re: Bug #653: Unable to insert binary data into BYTEA
Previous Message Sam Liddicott 2002-05-31 10:28:10 Re: drop tempoary table VERY slow