Re: Fwd: Bug#249036: postgresql: zero bytes cannot be entered in string literal, not even with \000 notation

From: Martin Pitt <martin(at)piware(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Fwd: Bug#249036: postgresql: zero bytes cannot be entered in string literal, not even with \000 notation
Date: 2004-05-17 12:41:06
Message-ID: 20040517124106.GC20065@donald.intranet.fbn-dd.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi!

On 2004-05-17 8:37 -0400, Bruce Momjian wrote:
> The issue is that bytea needs double-backslashes because single
> backslashes are processed by the parser into strings:

Indeed. Thank you for this!

Martin

--
Martin Pitt Debian GNU/Linux Developer
martin(at)piware(dot)de mpitt(at)debian(dot)org
http://www.piware.de http://www.debian.org

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2004-05-17 12:42:09 Re: Patch for not going beyond NOFILE system limit
Previous Message Bruce Momjian 2004-05-17 12:37:52 Re: Fwd: Bug#249036: postgresql: zero bytes cannot be entered