Hi,Is there a way in Postgres to find when a particular query will finish?
For example, for a query like thisSELECT * FROM TABLE1Can we find out from any of the catalog tables(or any other way) when this query is likely to complete?
Thanks