BUG #4841: like and trim queries - Mailing list pgsql-bugs

From jeewan
Subject BUG #4841: like and trim queries
Date
Msg-id 200906060638.n566cmTV018006@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #4841: like and trim queries
List pgsql-bugs
The following bug has been logged online:

Bug reference:      4841
Logged by:          jeewan
Email address:      ccoew.g1@gmail.com
PostgreSQL version: 8.3.6
Operating system:   windows/fedora
Description:        like and trim queries
Details:

1.Queries having some combination of % and _ in like query does not
work.......
example-

like %_%

2.'trim' is not supported by this version on both the platforms

ERROR:  function pg_catalog.rtrim(numeric, integer) does not exist
LINE t: ...ct col2_date,col4_int,colt_timestamp,col5_numeric,trim(trail...
                                                             ^
HINT:  No function matches the given name and argument types.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: VACUUM writes totally bogus tuple counts into pg_class
Next
From: Stefan Kaltenbrunner
Date:
Subject: Re: BUG #4841: like and trim queries