Alvaro Herrera wrote: > On Wed, Sep 07, 2005 at 12:38:44AM -0500, Jim C. Nasby wrote: > > On Tue, Sep 06, 2005 at 08:22:34PM -0400, Tom Lane wrote: > > > PG 8.1 will have a function to return postmaster start time, but not > > > database reset time. I wonder if this is misdefined --- if you are > > > trying to measure database uptime, the last reset would be more > > > appropriate to track. > > > > Is it too late to add a function that returns last reset time as well? > > That would cover all bases and force some less confusing naming. > > This would be one more vote in favour of initdb before next beta. > (pltemplate being the other one.) We should set a threshold in order to > be able to decide ... Added to TODO: * Add function to report the time of the most recent server reload -- Bruce Momjian | http://candle.pha.pa.us pgman@xxxxxxxxxxxxxxxx | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match