From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: get rid of psql welcome message |
Date: | 2008-04-19 17:43:44 |
Message-ID: | 200804191743.m3JHhiM17730@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Alvaro Herrera wrote:
> Peter Eisentraut wrote:
>
> > --- 326,337 ----
> > printf(_("Welcome to %s %s, the PostgreSQL interactive terminal.\n\n"),
> > pset.progname, PG_VERSION);
> >
> > ! if (!(var_welcome_message && strcmp(var_welcome_message, "terse") == 0))
> > ! printf(_("Type: \\copyright for distribution terms\n"
> > ! " \\h for help with SQL commands\n"
> > ! " \\? for help with psql commands\n"
> > ! " \\g or terminate with semicolon to execute query\n"
> > ! " \\q to quit\n\n"));
>
> Hmm, how about:
>
> 1. removing the \copyright line
> 2. removing \h and \? in favor of mentioning the new "help" command
>
> So it would look like:
>
> Type: "help" to obtain usage information
> \g or terminate with semicolon to execute query
> \q to quit
I am thinking 'help' is too much indirection for users -- it just tells
them another command. How about:
\g or ';' to execute a query\n"
\? and \h for help
\q to quit
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2008-04-19 17:48:14 | Re: get rid of psql welcome message |
Previous Message | Alvaro Herrera | 2008-04-19 17:23:47 | Re: get rid of psql welcome message |