Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2200713

Browse files
committed
initdb: only recommend pg_ctl to start the server
Previously we mentioned the 'postgres' binary method as well.
1 parent 23c3319 commit 2200713

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bin/initdb/initdb.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3641,11 +3641,7 @@ main(int argc, char *argv[])
36413641
get_parent_directory(bin_dir);
36423642

36433643
printf(_("\nSuccess. You can now start the database server using:\n\n"
3644-
" %s%s%spostgres%s -D %s%s%s\n"
3645-
"or\n"
36463644
" %s%s%spg_ctl%s -D %s%s%s -l logfile start\n\n"),
3647-
QUOTE_PATH, bin_dir, (strlen(bin_dir) > 0) ? DIR_SEP : "", QUOTE_PATH,
3648-
QUOTE_PATH, pgdata_native, QUOTE_PATH,
36493645
QUOTE_PATH, bin_dir, (strlen(bin_dir) > 0) ? DIR_SEP : "", QUOTE_PATH,
36503646
QUOTE_PATH, pgdata_native, QUOTE_PATH);
36513647

0 commit comments

Comments
 (0)