extra info on autovaccum log - Mailing list pgsql-hackers

From Gaetano Mendola
Subject extra info on autovaccum log
Date
Msg-id ceanjn$nbc$1@floppy.pyrenet.fr
Whole thread Raw
Responses Re: extra info on autovaccum log  ("Matthew T. O'Connor" <matthew@zeut.net>)
List pgsql-hackers
Hi all,
till today I was running in production one only
db so the autovacuum log was fine. Since today
I have two db but looking at the following line:

Performing: VACUUM ANALYZE "public"."current_connection"

I don't have idea about the database involved, I suggest:


Performing: VACUUM ANALYZE "dbame"."public"."current_connection"

or

Performing: VACUUM ANALYZE "public"."current_connection"@"dbname"


I know that I will know the database on the very next line, but sometimes
is too late :-(


Regards
Gaetano Mendola








pgsql-hackers by date:

Previous
From: Mark Kirkwood
Date:
Subject: Re: Point in Time Recovery
Next
From: Hans-Jürgen Schönig
Date:
Subject: Re: storage engine , mysql syntax CREATE TABLE t (i INT)