Re: PLPGSQL problem with SELECT INTO

Поиск
Список
Период
Сортировка
От Jay O'Connor
Тема Re: PLPGSQL problem with SELECT INTO
Дата
Msg-id 20030529161452.E1144@altaica
обсуждение исходный текст
Ответ на Re: PLPGSQL problem with SELECT INTO  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On 2003.05.29 14:41 Tom Lane wrote:

> I kinda suspect you have an unexpected variable substitution.  Is the
> above *exactly* how the offending function reads, or have you
> editorialized on the names used?

It was editorialized and in the editorializing I obscured the real issue.
I had a local variable name and a column name in my query as the same name,
differenitated only by case.  Unfortunately, plpgsql did not see them as
different :)

Take care,
Jay

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

Предыдущее
От: nolan@celery.tssi.com
Дата:
Сообщение: Re: How to deny user changing his own password?
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Moving a table to a different schema