From: | Scott Marlowe <smarlowe(at)g2switchworks(dot)com> |
---|---|
To: | Shivaji S <s(dot)shivaji(at)rediffmail(dot)com> |
Cc: | "Tomeh,Husam" <htomeh(at)firstam(dot)com>, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: How to find current running process |
Date: | 2006-05-04 20:46:29 |
Message-ID: | 1146775589.22037.53.camel@state.g2switchworks.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Thu, 2006-05-04 at 15:21, Shivaji S wrote:
> tom thanks for the input ,but the below queries doesn't support for my
> postgres version 7.1.1 it shows the error
>
> ERROR: Function 'pg_postmaster_start_time()' does not exist
> Unable to identify a function that satisfies the given argument types
> You may need to add explicit typecasts
That's a seriously OLD OLD OLD version of PostgreSQL. It has known data
loss and stability bugs, as well as the deadly transaction wrap around
issue. I'd recommend updating to at least 8.0.x where x is the highest
version currently out yet) or better yet go to 8.1.
You'll get no sympathy from anyone here if or when your 7.1.x database
acts up...
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-05-04 20:48:11 | Re: How to find current running process |
Previous Message | Shivaji S | 2006-05-04 20:21:17 | Re: How to find current running process |