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

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: proposal: enhancing plpgsql debug API - returns text value of variable content
Date: 2021-07-16 13:05:44
Message-ID: CAJ7c6TP-rGwQKN-0JS+b+uEm8es6LsbsMy+xO-NXKftYEXirWA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2021-07-16 13:09:07 Re: Add option --drop-cascade for pg_dump/restore
Previous Message vignesh C 2021-07-16 13:01:24 Re: Corrected documentation of data type for the logical replication message formats.