Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit754a442

Browse files
committed
psql banner cleanup
1 parent87a8c72 commit754a442

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/bin/psql/startup.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ main(int argc, char **argv)
177177
if (!GetVariable(settings.vars,"quiet")&& !settings.notty&& !options.action)
178178
{
179179
puts("Welcome to psql, the PostgreSQL interactive terminal.\n"
180-
"(Type \\copyrightto see thedistribution terms.)");
180+
"Type \\copyrightfordistribution terms");
181181

182182
//showVersion(&settings, false);
183183

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");
184+
puts("\\h for help with SQL commands\n"
185+
" \\? for help on internal slash commands\n"
186+
" \\g or terminate with semicolon to execute query\n"
187+
" \\q to quit\n");
188188
}
189189

190190
process_psqlrc(&settings);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp