How to see version of pg_dump

Started by Pam Wampleralmost 24 years ago3 messagesgeneral
Jump to latest
#1Pam Wampler
Pam_Wampler@taylorwhite.com

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

thanks
Pam Wampler

#2Devrim GUNDUZ
devrim@oper.metu.edu.tr
In reply to: Pam Wampler (#1)
Re: How to see version of pg_dump

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
-------------------------------------

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Pam Wampler (#1)
Re: How to see version of pg_dump

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