Re: plpgsql at what point does the knowledge of the query come in?

Поиск
Список
Период
Сортировка
От Henry Drexler
Тема Re: plpgsql at what point does the knowledge of the query come in?
Дата
Msg-id CAAtgU9THA2QJYnZJqLsa5C369U7=1zcE-YK5w70jbvPnAs0f2A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: plpgsql at what point does the knowledge of the query come in?  (Raymond O'Donnell <rod@iol.ie>)
Ответы Re: plpgsql at what point does the knowledge of the query come in?
Список pgsql-general


On Thu, Oct 20, 2011 at 5:41 PM, Raymond O'Donnell <rod@iol.ie> wrote:

Are you sure about this? Try using RAISE NOTICE statements in the
function to output the value of nnlength each time it's executed.

Ray.


Thank you for showing me the 'Rase Notice' , I had not seen that before and it helped me solve my problem right away.

I appreciate the help you have given - thank you. 

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

Предыдущее
От: Jeff Adams
Дата:
Сообщение: Re: Date Range Using Months and Days Only
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Reading PG data from MySQL stored procedure