diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-11-14 01:56:36 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-11-14 01:56:36 +0000 |
commit | 69ff5b9c7e6296d879d1f338464a420e89a69bcd (patch) | |
tree | 6e41ae6008f33e4b17d1a081769e62df3b75fdf6 | |
parent | 2795fae5bf9aad2880be0b8b89f3d695394208fe (diff) | |
download | postgresql-69ff5b9c7e6296d879d1f338464a420e89a69bcd.tar.gz postgresql-69ff5b9c7e6296d879d1f338464a420e89a69bcd.zip |
Add "vacuumdb" utility.
-rw-r--r-- | src/bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile index 56cec86817a..585c0aaf56d 100644 --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.15 1998/07/26 04:31:08 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.16 1998/11/14 01:56:36 thomas Exp $ # #------------------------------------------------------------------------- @@ -15,7 +15,7 @@ SRCDIR= .. include ../Makefile.global DIRS = pg_id pg_version psql pg_dump pg_passwd cleardbdir createdb \ - createuser destroydb destroyuser initdb initlocation ipcclean + createuser destroydb destroyuser initdb vacuumdb initlocation ipcclean ifdef MULTIBYTE DIRS += pg_encoding |