Re: Finding last checkpoint time

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Greg Smith <greg(at)2ndquadrant(dot)com>
Cc: PostgreSQL - General ML <pgsql-general(at)postgresql(dot)org>
Subject: Re: Finding last checkpoint time
Date: 2010-07-23 08:45:42
Message-ID: 1279874742.2419.1744.camel@hp-laptop2.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2010-07-20 at 16:15 -0400, Greg Smith wrote:
> Devrim GÜNDÜZ wrote:
> > Is there a way to find last checkpoint time via SQL command? I know I
> > can grep xlogs by turning on log_checkpoints, but I'd prefer an SQL
> > solution.
> >
>
> Not directly. Best you can do without linking in new server code is
> either import the logs via CVS to get them into a table, or shell out
> and look at what comes out of pg_controldata.
>
> There have been two works in progress to improve this situation that
> didn't make it through to commit yet.
<snip>

What about adding a column to pg_stat_bgwriter, like "last_checkpoint"
or similar?

Regards,
--
Devrim GÜNDÜZ
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
PostgreSQL RPM Repository: http://yum.pgrpms.org
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Piotr Gasidło 2010-07-23 08:51:13 Re: Difference between EXPLAIN ANALYZE SELECT ... total runtime and SELECT ... runtime
Previous Message Machiel Richards 2010-07-23 08:32:37 Data dumps to files - best methods?