Recording vacuum/analyze/dump times

From: "Jim Buttafuoco" <jim(at)contactbda(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Recording vacuum/analyze/dump times
Date: 2005-03-07 18:03:50
Message-ID: 20050307180344.M82203@contactbda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Its there a reason postgresql doesn't record vacuum/analyze and dump times in pg_class (or another table). This seems
like it would be a very helpful feature.

for pg_dump I would add an option --record=YES|NO
for vacuum and analyze I would add a NORECORD|RECORD option

Jim

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2005-03-07 18:35:21 Re: Recording vacuum/analyze/dump times
Previous Message Gaetano Mendola 2005-03-07 17:45:57 Re: Cost of XLogInsert CRC calculations