We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent72bd19d commitf887294Copy full SHA for f887294
src/bin/pg_ctl/pg_ctl.c
@@ -866,7 +866,7 @@ do_stop(void)
866
867
write_stderr(_("%s: server does not shut down\n"),progname);
868
if (shutdown_mode==SMART_MODE)
869
-write_stderr(_("TIP: the \"-m fast\" option immediately disconnects sessions rather than\n"
+write_stderr(_("HINT: The \"-m fast\" option immediately disconnects sessions rather than\n"
870
"waiting for session-initiated disconnection.\n"));
871
exit(1);
872
}
@@ -956,7 +956,7 @@ do_restart(void)
956
957
958
959
960
961
962