Thread: How to see version of pg_dump

How to see version of pg_dump

From
Pam Wampler
Date:
How can you see the version of pg_dump executable
I don't see a pg_dump -v

thanks
Pam Wampler

Re: How to see version of pg_dump

From
Devrim GUNDUZ
Date:
Hi,

On Wed, 19 Jun 2002, Pam Wampler wrote:

> How can you see the version of pg_dump executable
> I don't see a pg_dump -v

If you're using rpm,

[devrim@oper devrim]$ rpm -qf /usr/bin/pg_dump
postgresql-7.2-1PGDG

I mean, it's the same version with PostgreSQL.

Best wishes.

--

Devrim GUNDUZ

devrim@oper.metu.edu.tr
devrim.gunduz@linux.org.tr

Web : http://devrim.oper.metu.edu.tr
-------------------------------------



Re: How to see version of pg_dump

From
Tom Lane
Date:
Pam Wampler <Pam_Wampler@taylorwhite.com> writes:
> How can you see the version of pg_dump executable

"pg_dump --version" works (if it doesn't, your version is more than
old enough to justify an upgrade).

            regards, tom lane