Skip to content

Commit 754a442

Browse files
committed
psql banner cleanup
1 parent 87a8c72 commit 754a442

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 \\copyright to see the distribution terms.)");
180+
"Type \\copyright for distribution 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy