| From: | Richard Huxton <dev(at)archonet(dot)com> |
|---|---|
| To: | "Wei Wang" <ww220(at)cam(dot)ac(dot)uk>, <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Run 2 versions of Postgresql on one machine? |
| Date: | 2004-02-06 19:32:20 |
| Message-ID: | 200402061932.20474.dev@archonet.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Friday 06 February 2004 18:21, Wei Wang wrote:
> Thank you all for your kind help. I have set up 7.4.1 and it's up and
> running perfectly.
> One small question that might not belong in this mailing list:
> Since all the binary commands share the same name, e.g. initdb, createdb,
> psql, etc, and the
> default path is already the 7.1.3 version. How do I come up a way to access
> binary commands of
> both versions quickly without adding absolute path infront of those of
> 7.4.1?
Make symlinks to the relevant version, so:
ln -s /usr/local/pg741/bin/psql psql741
Then you can call psql741 (although be careful with any environment
settings)..
If you don't like that, write a 2-line shell script to call the right one for
you.
--
Richard Huxton
Archonet Ltd
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Uwe C. Schroeder | 2004-02-06 19:44:48 | Re: Can LIKE use indexes or not? |
| Previous Message | Joshua D. Drake | 2004-02-06 19:27:27 | Re: Run 2 versions of Postgresql on one machine? |