Re: Error inserting data to bytea column in 8.4

From: Greg Stark <gsstark(at)mit(dot)edu>
To: Andrus Moor <kobruleht2(at)hot(dot)ee>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Error inserting data to bytea column in 8.4
Date: 2009-08-21 16:44:23
Message-ID: 407d949e0908210944u241576c8jede4ba434d2985f2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2009/8/21 Andrus Moor <kobruleht2(at)hot(dot)ee>:
> In 8.4, script
>
> create temp table test ( test bytea );
> insert into test values(E'\274')

Try E'\\274'

--
greg
http://mit.edu/~gsstark/resume.pdf

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2009-08-21 16:46:31 Re: Error inserting data to bytea column in 8.4
Previous Message Archibald Zimonyi 2009-08-21 16:27:46 Re: Questions about encoding between two databases