On Mon, Sep 28, 2015 at 11:03 PM, Robert Haas <[email protected]> wrote: > On Thu, Sep 24, 2015 at 8:37 AM, Masahiko Sawada <[email protected]> > wrote: >> When we run "VACUUM;", the all tables of current database will be vacuumed. >> So pg_stat_vacuum_progress should have these oid in order to show >> which table is vacuumed now. > > Hmm, I would tend to instead show the schema & table name, like "foo"."bar". >
Yes, it looks better. Regards, -- Masahiko Sawada -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
