? initdb Index: initdb.c =================================================================== RCS file: /projects/cvsroot/pgsql-server/src/bin/initdb/initdb.c,v retrieving revision 1.4 diff -c -w -r1.4 initdb.c *** initdb.c 13 Nov 2003 01:36:00 -0000 1.4 --- initdb.c 13 Nov 2003 12:52:21 -0000 *************** *** 2275,2280 **** --- 2275,2285 ---- 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 &&