I want to know if there is an equivalent to the pg_stat_progress_vacuum()
on general queries. For example, in my use-case there is a query that I know it is suppose to performa a seq_scan
and I would like to know what is the progress.
Thanks,
I want to know if there is an equivalent to the pg_stat_progress_vacuum()
on general queries. For example, in my use-case there is a query that I know it is suppose to performa a seq_scan
and I would like to know what is the progress.
Thanks,