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 parente6a0e4e commit87a8c72Copy full SHA for 87a8c72
src/bin/psql/startup.c
@@ -177,15 +177,14 @@ main(int argc, char **argv)
177
if (!GetVariable(settings.vars,"quiet")&& !settings.notty&& !options.action)
178
{
179
puts("Welcome to psql, the PostgreSQL interactive terminal.\n"
180
-"(Please type\\copyright to see the distribution terms of PostgreSQL.)");
+"(Type\\copyright to see the distribution terms.)");
181
182
//showVersion(&settings, false);
183
184
-puts("\n"
185
-"Type \\h for help with SQL commands,\n"
+puts("Type \\h for help with SQL commands,\n"
186
" \\? for help on internal slash commands,\n"
187
-" \\qtoquit,\n"
188
-" \\g or terminate with semicolontoexecute query.");
+" \\g or terminate with semicolontoexecute query."
+" \\qtoquit,\n");
189
}
190
191
process_psqlrc(&settings);