Re: proposal: enhancing plpgsql debug API - returns text value of variable content

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: proposal: enhancing plpgsql debug API - returns text value of variable content
Дата
Msg-id CAJ7c6TP-rGwQKN-0JS+b+uEm8es6LsbsMy+xO-NXKftYEXirWA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: proposal: enhancing plpgsql debug API - returns text value of variable content  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: proposal: enhancing plpgsql debug API - returns text value of variable content
Список pgsql-hackers
Hi Pavel,

> I would like to print content of variables - and now, I have to go some
> deeper than I would like. I need to separate between scalar, row, and
> record variables. PLpgSQL has code for it - but it is private.
> [...]

The patch seems OK, but I wonder - would it be possible to write a test on it?

--
Best regards,
Aleksander Alekseev



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

Предыдущее
От: vignesh C
Дата:
Сообщение: Re: Corrected documentation of data type for the logical replication message formats.
Следующее
От: vignesh C
Дата:
Сообщение: Re: Add option --drop-cascade for pg_dump/restore