Re: Friendly help for psql - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: Friendly help for psql
Date
Msg-id 20080120194141.GC22740@alvh.no-ip.org
Whole thread Raw
In response to Re: Friendly help for psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Friendly help for psql
List pgsql-patches
Tom Lane wrote:

> It's interesting to note that "help", "\h", and "\?" all provoke the
> same response(s) in mysql.  Perhaps a patch that had had more than two
> seconds' design effort in it would do the same in psql; though I'm not
> sure what to do to disambiguate the case with no arguments.

I'm not sure that plain \? and \h output is all that useful.  If you
can understand what to make from that, you wouldn't be using "help" in
the first place.  I think a more extensive text would be more
appropriate, which referenced the \? and \h commands so that the user
could take a peek after reading the blurb.

To avoid the usage of unadorned "help" (which I don't think is going to
ever cause conflicts with a SQL command but perhaps it's better to be
prepared), one idea would be to respond with "please execute \help
instead", and then \help would emit the verbose output.  Perhaps
eventually we could adorn it with "\help category", etc.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Friendly help for psql
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: Friendly help for psql