pg_stat_statements explain hook to print queryid

There's currently no way to look up the queryid of a query without just executing it and then looking for a matching statement in the view which is pretty hard given the mangling of constants and removal of comments etc.

If pg_stat_statements had a hook on explain that did the jumbling and printed the queryid that would solve this problem and be a pretty easy thing to do