Thread: pg_controldata return wrong version

pg_controldata return wrong version

From
alexondi
Date:
Hi!
I use postgresql version 9.1beta3 and use pg_controldata and when I see
first row

pg_controldata version number: 903

Is this right version?


--
View this message in context:
http://postgresql.1045698.n5.nabble.com/pg-controldata-return-wrong-version-tp4723194p4723194.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Re: pg_controldata return wrong version

From
Adrian Klaver
Date:
On Monday, August 22, 2011 5:17:47 am alexondi wrote:
> Hi!
> I use postgresql version 9.1beta3 and use pg_controldata and when I see
> first row
>
> pg_controldata version number: 903

I believe you are actually seeing:
pg_control version number:            903

This refers to the pg_control file and its version.

>
> Is this right version?
>

Right version of what? If you mean does it refer to Postgres version 9.0.3, then
no it has no relation to the overall Postgres version number. If you mean is it
the right version of pg_control for Postgres 9.1b3, that I can not tell you.


--
Adrian Klaver
adrian.klaver@gmail.com