Re: problem with plpgsql

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: problem with plpgsql
Дата
Msg-id Pine.BSF.4.21.0108200834200.98666-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на problem with plpgsql  (Pascal Bourguignon <pjb@informatimago.com>)
Список pgsql-bugs
On Fri, 17 Aug 2001, Pascal Bourguignon wrote:

>
> I've got the  following problem with a plpgsql  function. I believe it
> denotes a bug with plpgsql.

The problem is that you're trying to compare a space padded char
with a non-space padded text so it's not finding the row.  I believe
either defining the columns as text or using rtrim(col) in the where
clauses will solve your problem.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Various doc errors and shortcomings
Следующее
От: Tom Lane
Дата:
Сообщение: Re: user authentication crash