From: | Julien Rouhaud <rjuju123(at)gmail(dot)com> |
---|---|
To: | Gilles Darold <gilles(at)darold(dot)net> |
Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: Deparsing rewritten query |
Date: | 2021-06-28 16:41:47 |
Message-ID: | 20210628164147.vyglw4rbyyypncqf@nol |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Thanks for the feedback Gilles!
On Mon, Jun 28, 2021 at 04:06:54PM +0200, Gilles Darold wrote:
>
> If we could at least call get_query_def()through an extension if we didn't
> have a functionit would be ideal for DBAs.I agree this is unusual but when
> it does happen to you being able to call get_query_def () helps a lot.
Since at least 2 other persons seems to be interested in that feature, I can
take care of writing and maintaining such an extension, provided that the
required infrastructure is available in core.
PFA v2 of the patch which only adds the required alias and expose
get_query_def().
Attachment | Content-Type | Size |
---|---|---|
v2-0001-Expose-get_query_def.patch | text/x-diff | 3.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2021-06-28 16:43:30 | Re: Overflow hazard in pgbench |
Previous Message | Mark Dilger | 2021-06-28 16:33:53 | Re: pglz compression performance, take two |