cleardbdir.sh

来自「关系型数据库 Postgresql 6.5.2」· Shell 代码 · 共 28 行

SH
28
字号
#!/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: /usr/local/cvsroot/pgsql/src/bin/cleardbdir/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."echoecho "You can create a new database system with initdb."

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?