Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
a010be75
Commit
a010be75
authored
Dec 07, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Peter's file removals.
parent
a0aab48f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
312 deletions
+0
-312
src/bin/cleardbdir/Makefile
src/bin/cleardbdir/Makefile
+0
-28
src/bin/cleardbdir/cleardbdir.sh
src/bin/cleardbdir/cleardbdir.sh
+0
-27
src/bin/psql/sql_help.h
src/bin/psql/sql_help.h
+0
-257
No files found.
src/bin/cleardbdir/Makefile
deleted
100644 → 0
View file @
a0aab48f
#-------------------------------------------------------------------------
#
# Makefile.inc--
# Makefile for bin/cleardbdir
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/cleardbdir/Attic/Makefile,v 1.8 1998/04/06 16:49:24 momjian Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../..
include
../../Makefile.global
all
:
cleardbdir
cleardbdir
:
cp
cleardbdir.sh cleardbdir
install
:
cleardbdir
$(INSTALL)
$(INSTL_EXE_OPTS)
$<
$(BINDIR)
/
$<
clean
:
rm
-f
cleardbdir
dep depend
:
src/bin/cleardbdir/cleardbdir.sh
deleted
100644 → 0
View file @
a0aab48f
#!/bin/sh
#-------------------------------------------------------------------------
#
# cleardbdir.sh--
# completely clear out the database directory
#
# A program by this name used to be necessary because the database
# files were mixed in with postgres program files. Now, the database
# files are in their own directory so you can just rm it.
#
# We have to ship this program, which now just tells the user there's
# no such program, to make sure that the old program from
# a prior release gets deleted. If it hung around, it could confuse
# the user.
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/cleardbdir/Attic/cleardbdir.sh,v 1.2 1996/09/23 08:23:03 scrappy Exp $
#
#-------------------------------------------------------------------------
echo
"The cleardbir program no longer exists. To remove an old database"
echo
"system, simply wipe out the whole directory that contains it."
echo
echo
"You can create a new database system with initdb."
src/bin/psql/sql_help.h
deleted
100644 → 0
View file @
a0aab48f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment