Re: consider including server_version in explain(settings)

2019-10-03 Thread Tom Lane
Justin Pryzby writes: > This is a "concept" patch to show the version, which is frequently requested > on > -performance list and other support requests. If someone sends > explain(settings), they don't need to also (remember to) send the version.. I'm not really on board with the proposal at a

consider including server_version in explain(settings)

2019-10-03 Thread Justin Pryzby
explain(SETTINGS) was implemented to show relevant settings for which an odd value could affect a query but could be forgotten during troubleshooting. This is a "concept" patch to show the version, which is frequently requested on -performance list and other support requests. If someone sends exp