The following bug has been logged on the website:

Bug reference:      6314
Logged by:          David Rericha
Email address:      [email protected]
PostgreSQL version: 8.4.5
Operating system:   OpenSuSE 11.4 64-bit
Description:        

Simply set a varchar field in your db to the following string:
!"#$%'()*+,-/:;=?@[\]^_`{|}~0000&<>

I know, I know, who would do this, right? Well, its for a certification. 
The like command works fine up with escapes up to:
!"#$%''()*+,-/:;=?@[%
Notice, I added the % to the end. However, if you go any further - no
matches:
!"#$%''()*+,-/:;=?@[\\%
Strangely, this works and shouldn't:
!"#$%''()*+,-/:;=?@[\%

Thanks.


-- 
Sent via pgsql-bugs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to