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 parent87a8c72 commit754a442Copy full SHA for 754a442
src/bin/psql/startup.c
@@ -177,14 +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
-"(Type \\copyrightto see thedistribution terms.)");
+"Type \\copyrightfordistribution terms");
181
182
//showVersion(&settings, false);
183
184
-puts("Type\\h for help with SQL commands,\n"
185
-" \\? for help on internal slash commands,\n"
186
-" \\g or terminate with semicolon to execute query."
187
-" \\q to quit,\n");
+puts("\\h for help with SQL commands\n"
+" \\? for help on internal slash commands\n"
+" \\g or terminate with semicolon to execute query\n"
+" \\q to quit\n");
188
}
189
190
process_psqlrc(&settings);