initdb: only recommend pg_ctl to start the server

Previously we mentioned the 'postgres' binary method as well.
This commit is contained in:
Bruce Momjian 2015-05-11 12:14:57 -04:00
parent 23c33198b9
commit 2200713aa8
1 changed files with 0 additions and 4 deletions

View File

@ -3641,11 +3641,7 @@ main(int argc, char *argv[])
get_parent_directory(bin_dir);
printf(_("\nSuccess. You can now start the database server using:\n\n"
" %s%s%spostgres%s -D %s%s%s\n"
"or\n"
" %s%s%spg_ctl%s -D %s%s%s -l logfile start\n\n"),
QUOTE_PATH, bin_dir, (strlen(bin_dir) > 0) ? DIR_SEP : "", QUOTE_PATH,
QUOTE_PATH, pgdata_native, QUOTE_PATH,
QUOTE_PATH, bin_dir, (strlen(bin_dir) > 0) ? DIR_SEP : "", QUOTE_PATH,
QUOTE_PATH, pgdata_native, QUOTE_PATH);