Re: Determine PG version used for initdb

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dario" <dario_d_s(at)unitech(dot)com(dot)ar>
Cc: "Hannes Dorbath" <light(at)theendofthetunnel(dot)de>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Determine PG version used for initdb
Date: 2005-07-20 14:05:22
Message-ID: 15725.1121868322@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> That tells the server version running, but does it tell the initdb
> binary version used to init the cluster?

Normally there's not any difference between dot-release initdb's.
In this case there is; read the 8.0.3 release notes:
http://developer.postgresql.org/docs/postgres/release.html#RELEASE-8-0-3
You could determine which was used by looking at the declared arguments
of the conversion functions.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Hannes Dorbath 2005-07-20 14:15:27 Re: Determine PG version used for initdb
Previous Message Dario 2005-07-20 13:55:23 Re: Determine PG version used for initdb