Re: how to find version?

From: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
To: bpalmer <bpalmer(at)crimelabs(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how to find version?
Date: 2003-11-16 04:31:44
Message-ID: 3FB6FDB0.6050801@paradise.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You should see a lines like this in configure.in

[lines 28-33 of configure.in for 7.2.4]

AC_PREREQ(2.13)
AC_CONFIG_AUX_DIR(config)

VERSION='7.2.4'
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")

best wishes

Mark

bpalmer wrote:

>I'm trying to figure out what version of a source code I have. I know
>it's a 7.2 release, but how can I find out of it's 7.2, 7.2.3, 7.2.4,
>etc. FROM THE SOURCE CODE, not from compiling (it doesn't compile, it's
>testing code).
>
>Thanks
>
>----------------------------------------------------------------------------
> c: 917-697-8665 h: 201-435-6226
> b. palmer, bpalmer(at)crimelabs(dot)net pgp:crimelabs.net/bpalmer.pgp5
>
>---------------------------(end of broadcast)---------------------------
>TIP 7: don't forget to increase your free space map settings
>
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Keith C. Perry 2003-11-16 09:16:53 Retoring non-administrative user databases
Previous Message Bruce Momjian 2003-11-16 04:31:08 Re: vacuum from ecpg