From: | John R Pierce <pierce(at)hogranch(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Postgres DB Migration from 8.3 to 9.1 |
Date: | 2012-10-13 05:32:10 |
Message-ID: | 5078FCDA.60301@hogranch.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 10/12/12 9:52 PM, Vishalakshi Navaneethakrishnan wrote:
> While testing upgrade facility, I have installed postgres 9.2 using
> source package.
>
> Because it needs to be compiled with --disable-integer-datetimes.
>
> I have used this command
>
> ./configure --prefix=/opt/PostgreSQL/9.2/ --disable-integer-datetimes
> --without-readline
>
> After installation i found pg_upgrade binary missing in bin directoy.
> How can i get this ?
>
pg_upgrade is part of the optional 'contrib' packages, these have to be
explicitly built. from your top level source directory, try....
make contrib
make install
...
--
john r pierce N 37, W 122
santa cruz ca mid-left coast
From | Date | Subject | |
---|---|---|---|
Next Message | Jasen Betts | 2012-10-13 06:26:27 | Re: Help estimating database and WAL size |
Previous Message | Vishalakshi Navaneethakrishnan | 2012-10-13 04:52:05 | Re: Postgres DB Migration from 8.3 to 9.1 |