Re: [ADMIN] Checking database version

2007-07-27 Thread George Wilk
ce of versioning information. -Original Message- From: Richard Broersma Jr [mailto:[EMAIL PROTECTED] Sent: Friday, July 27, 2007 11:19 AM To: George Wilk; pgsql-admin@postgresql.org Cc: 'Gez Saunders' Subject: Re: [ADMIN] Checking database version --- George Wilk <[EMAIL PROTEC

Re: [ADMIN] Checking database version

2007-07-27 Thread Kevin Grittner
>>> On Fri, Jul 27, 2007 at 9:49 AM, in message <[EMAIL PROTECTED]>, "George Wilk" <[EMAIL PROTECTED]> wrote: > Is there a reliable way of verifying version of the database by looking at > the PGDATA directory? Could you use the first couple lines of output from pg_controldata? -Kevin --

Re: [ADMIN] Checking database version

2007-07-27 Thread Richard Broersma Jr
--- George Wilk <[EMAIL PROTECTED]> wrote: > Is there a reliable way of verifying version of the database by looking at > the PGDATA directory? Does the file "PG_VERSION" not tell what you need? Regards, Richard Broersma Jr. ---(end of broadcast)

[ADMIN] Checking database version

2007-07-27 Thread George Wilk
Is there a reliable way of verifying version of the database by looking at the PGDATA directory? Let me explain why this is important in our case. Originally, our product utilized version 8.1 of Postgres. We have since moved on to version 8.2. Our existing customer base will need to be upgrad