|
24 | 24 | #
|
25 | 25 | # Copyright (c) 1994, Regents of the University of California
|
26 | 26 | #
|
27 |
| -# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.117 2000/11/25 19:05:43 petere Exp $ |
| 27 | +# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.118 2000/12/31 22:24:14 tgl Exp $ |
28 | 28 | #
|
29 | 29 | #-------------------------------------------------------------------------
|
30 | 30 |
|
|
403 | 403 | if ["$template_only"!= yes ]
|
404 | 404 | then
|
405 | 405 | (
|
406 |
| -echo"$CMDNAME: The directory$PGDATAisexists but is not empty." |
| 406 | +echo"$CMDNAME: The directory$PGDATA exists but is not empty." |
407 | 407 | echo"If you want to create a new database system, either remove or empty"
|
408 | 408 | echo"the directory$PGDATA or run initdb with an argument"
|
409 | 409 | echo"other than$PGDATA."
|
|