head	1.2;
access;
symbols
	REL6_5_PATCHES:1.1.0.2
	REL6_5:1.1;
locks; strict;
comment	@# @;


1.2
date	99.12.04.04.53.22;	author momjian;	state dead;
branches;
next	1.1;

1.1
date	98.11.14.01.58.14;	author thomas;	state Exp;
branches;
next	;


desc
@@


1.2
log
@New scripts for create/drop user/db from Peter Eisentraut
@
text
@#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for bin/vacuumdb
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/cvsroot/pgsql/src/bin/vacuumdb/Makefile,v 1.1 1998/11/14 01:58:14 thomas Exp $
#
#-------------------------------------------------------------------------

SRCDIR= ../..
include ../../Makefile.global

all: vacuumdb

install: vacuumdb
	$(INSTALL) $(INSTL_EXE_OPTS) $< $(BINDIR)/$<

clean:

dep depend:
@


1.1
log
@Add "vacuumdb" utility to make it easier to clean databases.
Also supports the "analyze" mode, with or without specifying tables
 and columns.
@
text
@d10 1
a10 1
#    $Header$
@

