Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita526922

Browse files
committed
README not needed anymore.
1 parentbf566b2 commita526922

File tree

3 files changed

+6
-80
lines changed

3 files changed

+6
-80
lines changed

‎src/bin/initdb/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.16 2000/01/15 18:30:31 petere Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.17 2000/02/16 21:25:59 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -20,7 +20,7 @@ initdb: initdb.sh
2020
sed -e's/__MULTIBYTE__/$(MULTIBYTE)/g'< initdb.sh> initdb
2121

2222
install: initdb
23-
$(INSTALL)$(INSTL_EXE_OPTS)$+$(BINDIR)
23+
$(INSTALL)$(INSTL_EXE_OPTS)$+$(BINDIR)/$+
2424

2525
clean:
2626
rm -f initdb

‎src/bin/initdb/initdb.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#
2727
#
2828
# IDENTIFICATION
29-
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.85 2000/02/09 00:21:49 petere Exp $
29+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.86 2000/02/1621:25:59 momjian Exp $
3030
#
3131
#-------------------------------------------------------------------------
3232

@@ -605,10 +605,9 @@ echo "VACUUM ANALYZE" \
605605
|"$PGPATH"/postgres$PGSQL_OPT template1> /dev/null|| exit_nicely
606606

607607
echo
608-
echo"$CMDNAME completed successfully. You can now start the database server."
609-
echo"$PGPATH/postmaster -D$PGDATA"
610-
echo"or"
611-
echo"$PGPATH/pg_ctl -D$PGDATA start"
608+
echo"Success. You can now start the database server using"
609+
echo"$PGPATH/postmaster -D$PGDATA or"
610+
echo"$PGPATH/pg_ctl -D$PGDATA start"
612611
echo
613612

614613
exit 0

‎src/bin/pg_dump/README

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp