BUG #4841: like and trim queries

Поиск
Список
Период
Сортировка
От jeewan
Тема BUG #4841: like and trim queries
Дата
Msg-id 200906060638.n566cmTV018006@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #4841: like and trim queries  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: VACUUM writes totally bogus tuple counts into pg_class
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: BUG #4841: like and trim queries