Обсуждение: BUG #7897: RPM fails to set up links for all the tools
The following bug has been logged on the website: Bug reference: 7897 Logged by: Mike Baranczak Email address: mbaranczak@gmail.com PostgreSQL version: 9.2.3 Operating system: centos 6.3 Description: = Installed 9.2.3-2PGDG.rhel6 from the PG repo, as described here: = http://wiki.postgresql.org/wiki/YUM_Installation I expected all the tools in /usr/pgsql-9.2/bin/ to be available on the PATH, but pg_ctl, pg_receivexlog and pg_resetxlog are not.
mbaranczak@gmail.com wrote:
The following bug has been logged on the website:
Bug reference: 7897
Logged by: Mike Baranczak
Email address: mbaranczak@gmail.com
PostgreSQL version: 9.2.3
Operating system: centos 6.3
Description:
Installed 9.2.3-2PGDG.rhel6 from the PG repo, as described here:
http://wiki.postgresql.org/wiki/YUM_Installation
I expected all the tools in /usr/pgsql-9.2/bin/ to be available on the PATH,
but pg_ctl, pg_receivexlog and pg_resetxlog are not.
Hi,
The ones that are in $PATH are the ones that can be used with multiple versions, like psql, etc, since we support multiple version installation.
Regards, Devrim
--
Devrim Gündüz