Re: Normalize queries starting with SET for pg_stat_statements - Mailing list pgsql-hackers

From Greg Sabino Mullane
Subject Re: Normalize queries starting with SET for pg_stat_statements
Date
Msg-id CAKAnmm+rOPjaWwNV9jjj_Gr+w2xc-xEgkXtF3OCyuamHtAoocA@mail.gmail.com
Whole thread Raw
In response to Re: Normalize queries starting with SET for pg_stat_statements  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Now that I've spent some time away from this, I'm reconsidering why we are going through all the trouble of semi-jumbling SET statements. Maybe we just keep it simple and everything becomes "SET myvar = $1" or even "SET myvar" full stop? I'm having a hard time finding a real-world situation in which we need to distinguish different SET/RESET items within pg_stat_statements.

Cheers,
Greg

pgsql-hackers by date:

Previous
From: Greg Sabino Mullane
Date:
Subject: Re: Enable data checksums by default
Next
From: Greg Sabino Mullane
Date:
Subject: Re: [PATCH] GROUP BY ALL