Re: BUG #5867: wish: plpgsql print table for debug

Поиск
Список
Период
Сортировка
От Richard Neill
Тема Re: BUG #5867: wish: plpgsql print table for debug
Дата
Msg-id 4D6FDFED.3070605@richardneill.org
обсуждение исходный текст
Ответ на Re: BUG #5867: wish: plpgsql print table for debug  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: BUG #5867: wish: plpgsql print table for debug  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: BUG #5867: wish: plpgsql print table for debug  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-bugs
> Sure it does.  You can pass the tuple to RAISE NOTICE easily enough.
> It won't have all the same bells and whistles psql would supply, but
> it prints out well enough for debugging.  Or at least it's never
> bothered me.

Sorry if I'm being dense, but I can't see how you can pass a tuple; I
think raise-notice only lets you pass individual strings/integers. But I
don't think we can pass all of them without specifying in advance how
many there are....

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

Предыдущее
От: Richard Neill
Дата:
Сообщение: Re: BUG #5867: wish: plpgsql print table for debug
Следующее
От: Richard Neill
Дата:
Сообщение: Re: BUG #5867: wish: plpgsql print table for debug