git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6b86d62)
Add owner description to initdb C code.
2003年11月13日 15:01:40 +0000 (15:01 +0000)
2003年11月13日 15:01:40 +0000 (15:01 +0000)
Andrew Dunstan


diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c
index c6444779d9ff3748e86d83d7c2906bc18548c1ff..ee1f200933510f7c7507edf7e30433520134d55a 100644 (file)
--- a/src/bin/initdb/initdb.c
+++ b/src/bin/initdb/initdb.c
@@ -12,7 +12,7 @@
* This is a C implementation of the previous shell script for setting up a
* PostgreSQL cluster location, and should be highly compatible with it.
*
- * $Header: /cvsroot/pgsql/src/bin/initdb/initdb.c,v 1.4 2003年11月13日 01:36:00 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/initdb/initdb.c,v 1.5 2003年11月13日 15:01:40 momjian Exp $
*
* TODO:
* - clean up find_postgres code and return values
@@ -2275,6 +2275,11 @@ main(int argc, char *argv[])
check_input(features_file);
check_input(system_views_file);
+ printf("The files belonging to this database system will be owned "
+ "by user \"%s\".\n"
+ "This user must also own the server process.\n\n",
+ effective_user);
+
setlocales();
if (strcmp(lc_ctype, lc_collate) == 0 &&
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /