Re: BUG #5558: Problema com Bytea (BRASIL) - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #5558: Problema com Bytea (BRASIL)
Date
Msg-id 1279015185.15416.0.camel@fsopti579.F-Secure.com
Whole thread Raw
In response to BUG #5558: Problema com Bytea (BRASIL)  ("Rafael Almeida" <rafael@rafaeldeveloper.com>)
List pgsql-bugs
On tis, 2010-07-13 at 02:11 +0000, Rafael Almeida wrote:
> The following bug has been logged online:
>
> Bug reference:      5558
> Logged by:          Rafael Almeida
> Email address:      rafael@rafaeldeveloper.com
> PostgreSQL version: 9.0
> Operating system:   Windows XP
> Description:        Problema com Bytea (BRASIL)
> Details:
>
> Ae friends I am Brazilian,
>  Well I've been testing the new 9.0 version of postgresql I detected a bug,
> or has changed the structure of the field bitea and not placed in the
> documentation, I am a programmer in C # version 8.4 can save the image in
> bytea field and recover normal. now in version 9.0 record, plus the return
> is different or works in 8.4 and 9.0 in the bug.

The bytea output format was changed in 9.0.  You may want to check if
there is an update of your C# driver available that handles it.

If not, use the parameter bytea_output_format to switch it back.

pgsql-bugs by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: BUG #5556: "cannot drop active portal" and "ERRORDATA_STACK_SIZE exceeded" lead to server crash
Next
From: "Shigeru Hanada"
Date:
Subject: BUG #5560: pg_dump generates invalid DDL