BUG #4841: like and trim queries

From: "jeewan" <ccoew(dot)g1(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4841: like and trim queries
Date: 2009-06-06 06:38:48
Message-ID: 200906060638.n566cmTV018006@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4841
Logged by: jeewan
Email address: ccoew(dot)g1(at)gmail(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2009-06-06 08:02:19 Re: BUG #4841: like and trim queries
Previous Message Tom Lane 2009-06-04 21:16:01 VACUUM writes totally bogus tuple counts into pg_class