Hi Álvaro,

> On 6. Dec 2018, at 13:56, Alvaro Herrera <alvhe...@2ndquadrant.com> wrote:
> 
> To Oleksii's question, I think if you want to repeat the first query
> over and over, you'd use something like this:
> 
> select format('select now() as execution_time, %L as generation_time', now()) 
> as query \gset
> :query \watch

Nice one, although it only works if the original query outputs a single row 
(because of \gset).
I do agree it’s not that useful to reuse the original query instead of 
executing it anew each time.

Cheers,
Oleksii

Reply via email to