Re: proposal: enhancing plpgsql debug API - returns text value of variable content - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: proposal: enhancing plpgsql debug API - returns text value of variable content
Date
Msg-id CAJ7c6TP-rGwQKN-0JS+b+uEm8es6LsbsMy+xO-NXKftYEXirWA@mail.gmail.com
Whole thread Raw
In response to Re: proposal: enhancing plpgsql debug API - returns text value of variable content  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: proposal: enhancing plpgsql debug API - returns text value of variable content  (Pavel Stehule <pavel.stehule@gmail.com>)
List 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 by date:

Previous
From: vignesh C
Date:
Subject: Re: Corrected documentation of data type for the logical replication message formats.
Next
From: vignesh C
Date:
Subject: Re: Add option --drop-cascade for pg_dump/restore