2013/9/26 Thara Vadakkeveedu <tharagv@yahoo.com>:
> Hi,
> When you say preinstalled with the system, you mean preinstalled with RedHat
> Linux?
>
> I seem to have the right version ... I had to use the full path to identify
> the version.
>
> -bash-4.1$ /usr/pgsql-9.2/bin/pg_dump --version
> pg_dump (PostgreSQL) 9.2.4
>
> How can I find the package name for the older version?
This:
rpm -qf $(which pg_dump)
should show the package which the pg_dump binary in your default path
belongs to.
Regards
Ian Barwick