Re: MySQL-ism help patch for psql

Peter Eisentraut <peter_e@gmx.net>

From: Peter Eisentraut <peter_e@gmx.net>
To: Jeff Davis <pgsql@j-davis.com>
Cc: Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>, David Christensen <david@endpoint.com>, pgsql-hackers@postgresql.org, Magnus Hagander <magnus@hagander.net>
Date: 2010-01-20T13:15:27Z
Lists: pgsql-hackers
On tis, 2010-01-19 at 11:43 -0800, Jeff Davis wrote:
> I'll make an analogy to:
> 
>   $ git difff
>   git: 'difff' is not a git-command. See 'git --help'.
> 
>   Did you mean this?
>           diff

This is presumably spelling-based, which might be an interesting feature
(although probably useless for psql's single-letter commands).  Maybe
this analogy is more interesting, for a user that recently used cvs:

$ git update
git: 'update' is not a git-command. See 'git --help'.

Did you mean this?
        update-ref

--> Probably not.