Re: Query Jumbling for CALL and SET utility statements
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: "Imseih (AWS), Sami" <simseih@amazon.com>
Cc: "Drouvot, Bertrand" <bertranddrouvot.pg@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Fujii Masao <masao.fujii@oss.nttdata.com>, Julien Rouhaud <rjuju123@gmail.com>, "Schneider (AWS), Jeremy" <schnjere@amazon.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Pavel Stehule <pavel.stehule@gmail.com>, Andres Freund <andres@anarazel.de>
Date: 2022-10-12T00:13:20Z
Lists: pgsql-hackers
On Tue, Oct 11, 2022 at 02:18:54PM +0000, Imseih (AWS), Sami wrote: > +1 to the idea, as there are other utility statement cases > that should be Jumbled. Here is a recent thread for jumbling > cursors [1]. Thanks for mentioning that. With an automated way to generate this code, cursors would be handled, at the advantage of making sure that no fields are missing in the jumbled structures (is_local was missed for example on SET). > The CF entry [2] has been withdrawn until consensus is reached > on this topic. It seems to me that the consensus is here, which is a good step forward ;) -- Michael
Commits
-
Show values of SET statements as constants in pg_stat_statements
- dc68515968e8 18.0 landed
-
Teach contrib/pg_stat_statements to handle multi-statement commands better.
- 83f2061dd037 10.0 cited