Re: Bytea error in PostgreSQL 9.0

From: tuanhoanganh <hatuan05(at)gmail(dot)com>
To: Ivan Voras <ivoras(at)freebsd(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Bytea error in PostgreSQL 9.0
Date: 2010-12-14 16:22:23
Message-ID: AANLkTimA4b6UD+QPEYnHP9t5Es7MYHzyBktcwM9xmHuj@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks for your answer. But I don't want to change db config or ALTER
DATABASE data SET bytea_output='escape';
I can change my app. So is there document introduce how to work with
postgresql 9 bytea ( I don't want to user lo_create, lo_import. lo_export)

Tuan Hoang Anh

On Tue, Dec 14, 2010 at 8:55 PM, Ivan Voras <ivoras(at)freebsd(dot)org> wrote:

> On 14/12/2010 14:51, tuanhoanganh wrote:
>
>> Thanks for your help.
>> Is there any .Net or VB tutorial new 9.0 bytea?
>>
>
> You do not need to change your code if you add
>
> bytea_output = 'escape' # hex, escape
>
> into postgresql.conf.
>
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-12-14 16:30:53 Re: Bytea error in PostgreSQL 9.0
Previous Message Sim Zacks 2010-12-14 15:17:42 Re: crosstab function