summaryrefslogtreecommitdiff
path: root/src/bin/destroydb
AgeCommit message (Collapse)Author
1999-12-04New scripts for create/drop user/db from Peter EisentrautBruce Momjian
1999-11-18Fix for arm32 and fix for dbname with dash.Bruce Momjian
1998-04-06DESTDIR removed, again.Bruce Momjian
1998-04-06Re-introduce $DISTDIR.Bruce Momjian
1998-04-06Hi,Bruce Momjian
Attached you'll find a (big) patch that fixes make dep and make depend in all Makefiles where I found it to be appropriate. It also removes the dependency in Makefile.global for NAMEDATALEN and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh a little smarter. This no longer requires initdb.sh that is turned into initdb with a sed script when installing Postgres, hence initdb.sh should be renamed to initdb (after the patch has been applied :-) ) This patch is against the 6.3 sources, as it took a while to complete. Please review and apply, Cheers, Jeroen van Vianen
1998-04-05Remove DISTDIR.Bruce Momjian
1997-06-02From: Igor <igor@sba.miami.edu>Marc G. Fournier
Subject: [PATCHES] Another destroydb patch This is a patch to my previous destroydb patch cause some people wanted slightly different behavior. After this patch is applied, destroydb will destroy a database as usual, but if added -i flag (which could be aliased like rm -i) would ask for confirmation.
1997-06-01From: Igor <igor@sba.miami.edu>Marc G. Fournier
Subject: [PATCHES] destroydb patch I am including a patch for destroydb to ask for confirmation before deleting databases (after I accidentally deleted mine)...destroydb -y would force delete without any confirmation.
1996-12-10Add empty "dep:" target.Bryan Henderson
1996-11-17Fix syntax errors so it runs without error messages.Bryan Henderson
1996-11-14Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson
In particular, no more compiled-in default for PGDATA or LIBDIR. Commands that need them need either invocation options or environment variables. PGPORT default is hardcoded as 5432, but overrideable with options or environment variables.
1996-11-11Makefile simplification: the "bin" chapterBryan Henderson
1996-09-21Patches to make POSTPORT changes in scriptsMarc G. Fournier
Originally submitted by: ernst.molitor@uni-bonn.de resubmitted by: D'Arcy Cain
1996-07-27Fixed these script sonce and for all?Marc G. Fournier
Submitted by: Rick Weldon <rick@wisetech.com>
1996-07-25Switched from using monitor to using psqlMarc G. Fournier
Submitted by: Rick Weldon <rick@wisetech.com>
1996-07-09Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier