On 22.02.23 19:14, Heikki Linnakangas wrote:
> How about a new backslash command or psql variable to show how long the
> previous statement took? Something like:
If you don't have \timing turned on before the query starts, psql won't
record what the time was before the query, so you can't compute the run
time afterwards. This kind of feature would only work if you always
take the start time, even if \timing is turned off.