Re: ILIKE + OR fault - propably a memory leak

From: Michał Pasternak <doc(at)lublin(dot)t1(dot)pl>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: ILIKE + OR fault - propably a memory leak
Date: 2001-09-06 10:27:48
Message-ID: 20010906122748.B49148@lublin.t1.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Michał Pasternak [Thu, Sep 06, 2001 at 12:25:24PM +0200]:
> But this doesn't (and I need it to work):
>
> TYTUL_OR ILIKE 'Ocena%' OR TITLE LIKE 'Ocena%';
> TYTUL_OR LIKE 'Ocena%' or TITLE LIKE 'Ocena%';

Uh, I forgot: server starts to output something, which looks like a one row,
one-field result with infinite length. It contains trashed values of normal
output columns.

Hope this helps.
--
[ Michal Pasternak doc(at)lublin(dot)t1(dot)pl +48606570000 ]
[ sklepy internetowe, bazy danych, programy na zamówienie ]
[ . .. ..- .- . .. http://lublin.t1.pl . .-. .--.. . . .- ]

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message tomas 2001-09-06 13:15:26 Conditional NOTIFY is not implemented
Previous Message Michał Pasternak 2001-09-06 10:25:24 ILIKE + OR fault - propably a memory leak