BUG #1291: Bug during processing string - Mailing list pgsql-bugs

From PostgreSQL Bugs List
Subject BUG #1291: Bug during processing string
Date
Msg-id 20041021220520.91FFB5A1C46@www.postgresql.com
Whole thread Raw
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1291
Logged by:          Alexander Kirpa

Email address:      postgres@bilteks.com

PostgreSQL version: 8.0 Beta

Operating system:   FreeBSD 5.2.1current

Description:        Bug during processing string

Details:

PostgreSQL 8.0beta3
During processing string with the code zero inside
PostgreSQL simple drop (w/o error message)
self code zero and rest of line.
Sample below.
select '12345\00012345';
 ?column?
----------
 12345
(1 row)

Time: 0.861 ms
Please add error message for this situation and
... possible time for remove this restriction.
Best regards,
 Alexander Kirpa

pgsql-bugs by date:

Previous
From: Dennis Bjorklund
Date:
Subject: Re: [HACKERS] BUG #1290: Default value and ALTER...TYPE
Next
From: "Rodrigo Ferraz"
Date:
Subject: Instalation !