Re: get rid of psql welcome message

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, 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:52:03
Message-ID: 200804191752.m3JHq4u24996@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joshua D. Drake wrote:
> Bruce Momjian wrote:
>
> > 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
>
> I have to disagree here. \h is completely counterintuitive to a "user",
> let alone \?. The word "help" is about as plain as day as you can get.
>
> Google search for the word help: 3,330,000,000
> First result, help.com
> Google search for the expression \h: 1,800,000,000
> First result, Hydrogen
>
> Plainly spoken, easily understandable *help* for the masses. :)

I realize that, but my point is that when they type 'help', they don't
get help; they just get details on the help options, and then they get
help. How about:

\? for psql help, \h for SQL help
\g or ';' to execute a query
\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. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2008-04-19 17:59:09 Re: get rid of psql welcome message
Previous Message Joshua D. Drake 2008-04-19 17:48:14 Re: get rid of psql welcome message