|
42 | 42 | * Portions Copyright (c) 1994, Regents of the University of California
|
43 | 43 | * Portions taken from FreeBSD.
|
44 | 44 | *
|
45 |
| - * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.97 2005/08/27 18:44:03 tgl Exp $ |
| 45 | + * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.98 2005/08/28 22:21:46 momjian Exp $ |
46 | 46 | *
|
47 | 47 | *-------------------------------------------------------------------------
|
48 | 48 | */
|
@@ -2706,12 +2706,12 @@ main(int argc, char *argv[])
|
2706 | 2706 | get_parent_directory(bin_dir);
|
2707 | 2707 |
|
2708 | 2708 | printf(_("\nSuccess. You can now start the database server using:\n\n"
|
2709 |
| - " %s%s%s%spostmaster -D %s%s%s\n" |
| 2709 | + " %s%s%spostmaster%s -D %s%s%s\n" |
2710 | 2710 | "or\n"
|
2711 |
| - " %s%s%s%spg_ctl -D %s%s%s -l logfile start\n\n"), |
2712 |
| - QUOTE_PATH, bin_dir, QUOTE_PATH, (strlen(bin_dir) > 0) ? DIR_SEP : "", |
| 2711 | + " %s%s%spg_ctl%s -D %s%s%s -l logfile start\n\n"), |
| 2712 | + QUOTE_PATH, bin_dir, (strlen(bin_dir) > 0) ? DIR_SEP : "", QUOTE_PATH, |
2713 | 2713 | QUOTE_PATH, pg_data_native, QUOTE_PATH,
|
2714 |
| - QUOTE_PATH, bin_dir, QUOTE_PATH, (strlen(bin_dir) > 0) ? DIR_SEP : "", |
| 2714 | + QUOTE_PATH, bin_dir, (strlen(bin_dir) > 0) ? DIR_SEP : "", QUOTE_PATH, |
2715 | 2715 | QUOTE_PATH, pg_data_native, QUOTE_PATH);
|
2716 | 2716 |
|
2717 | 2717 | return 0;
|
|
0 commit comments