Re: Upgrade from 9.5.4 to 9.6.1 - Mailing list pgsql-general

From John R Pierce
Subject Re: Upgrade from 9.5.4 to 9.6.1
Date
Msg-id 9f85bd72-456e-7651-f86b-eec310f641db@hogranch.com
Whole thread Raw
In response to Re: Upgrade from 9.5.4 to 9.6.1  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: Upgrade from 9.5.4 to 9.6.1
List pgsql-general
On 11/15/2016 4:55 PM, Adrian Klaver wrote:
where do I look for the two bindirs?

Assuming the bindirs are in your $PATH:

aklaver@panda:~> whereis -f pg_ctl
pg_ctl: /usr/local/pgsql/bin/pg_ctl /usr/local/pgsql94/bin/pg_ctl

Even if only one is the $PATH:

aklaver@panda:~> whereis -f pg_ctl
pg_ctl: /usr/local/pgsql/bin/pg_ctl

you can usually figure out where the other is.

the RHEL style distributions don't put the actual bin dirs in the path, rather, they put symlinks to the common user utilities in /usr/bin managed via a system known as 'alternates'.  


-- 
john r pierce, recycling bits in santa cruz

pgsql-general by date:

Previous
From: Rich Shepard
Date:
Subject: Re: Upgrade from 9.5.4 to 9.6.1
Next
From: Adrian Klaver
Date:
Subject: Re: dumping table contents in a sensible order