Re: vacuumdb?

Started by J.M.almost 27 years ago2 messages
#1J.M.
darcy@druid.net

[Note to pgsql-hackers: I can't figure out why I have this and Kenneth
doesn't. Can someone else figure out why?]

Thus spake Kenneth Jacker

Thanks for your prompt reply ...

|The source is in <PostgreSQL directory>/src/bin/vacuumdb and is simply
|the raw file that gets installed in the bin directory.

Either we're using different versions of the distribution or I need to
re-ftp and re-install everything:

Here's what's in *my* src/bin directory:

% ls postgresql-6.4.2/src/bin/
CVS/ createuser/ initlocation/ pg_id/ pgtclsh/
Makefile destroydb/ ipcclean/ pg_passwd/ psql/
cleardbdir/ destroyuser/ pg_dump/ pg_version/
createdb/ initdb/ pg_encoding/ pgaccess/

Unless you have any ideas, I'll guess I'll just give up!

I deleted my src/bin/vacuumdb directory and supped the latest sources.
They got recreated. I am copying this to pgsql-hackers as I am fresh out
of ideas here. Maybe it isn't getting into releases for some reason.

-- 
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 424 2871     (DoD#0082)    (eNTP)   |  what's for dinner.
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: J.M. (#1)
Re: [HACKERS] Re: vacuumdb?

"D'Arcy" "J.M." Cain <darcy@druid.net> writes:

[Note to pgsql-hackers: I can't figure out why I have this and Kenneth
doesn't. Can someone else figure out why?]

vacuumdb was added post-6.4, so it won't appear in 6.4.* tarfiles.
It wouldn't appear in your CVS pull either, if you pulled the REL6_4 tag
rather than the main branch.

There's no reason the script wouldn't work with 6.4, as far as I can
see.

regards, tom lane