We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4646e0c commit 5f4b3d7Copy full SHA for 5f4b3d7
src/bin/pg_ctl/pg_ctl.c
@@ -754,7 +754,7 @@ do_start(void)
754
print_msg(_(" done\n"));
755
print_msg(_("server started\n"));
756
if (status == PQREJECT)
757
- write_stderr(_("warning: could not connect; might be due to invalid authentication or\n"
+ write_stderr(_("warning: could not connect; might be caused by invalid authentication or\n"
758
"misconfiguration.\n"));
759
}
760
0 commit comments