Re: BUG #3872: backslash_quote = off doesn't work any more

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David Gradwell" <david(at)gradwell(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3872: backslash_quote = off doesn't work any more
Date: 2008-01-16 15:32:14
Message-ID: 23827.1200497534@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"David Gradwell" <david(at)gradwell(dot)com> writes:
> set backslash_quote = off in postgresql.conf

> create table a (a1 varchar(100))
> insert into a(a1) values ( '\602')
> gives ERROR: invalid byte sequence for encoding "UTF8": 0x82'

backslash_quote has got zero to do with that case.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message rf 2008-01-16 16:24:57 BUG #3880: pgAdmin III dialog size
Previous Message Tomasz Ostrowski 2008-01-16 13:43:29 Re: BUG #3872: backslash_quote = off doesn't work any more