Re: table lookup for pg_stat_progress_vacuum doesn't work

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Uwe(dot)deReuter(at)t-systems(dot)com, pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: table lookup for pg_stat_progress_vacuum doesn't work
Date: 2020-12-16 07:31:02
Message-ID: 1e423dc63670ab2a01ee23f78337767b0c630326.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, 2020-12-16 at 07:25 +0000, Uwe(dot)deReuter(at)t-systems(dot)com wrote:
> We want to lookup the table name for entries we see in pg_stat_progress_vacuum.
> When we do this based on relid from pg_stat_progress_vacuum we don’t find an
> entry in the pg_class table (no match where pg_stat_progress_vacuum.relid=pg_class.oid).
> Should that happen at all and where can I do the lookup if not in pg_class ?

The table is probably in a database different from the one you are connected to.
Look at the "datname" column.

Every database has its own catalog tables.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Uwe.deReuter 2020-12-16 07:56:46 AW: table lookup for pg_stat_progress_vacuum doesn't work
Previous Message Uwe.deReuter 2020-12-16 07:25:11 table lookup for pg_stat_progress_vacuum doesn't work