\h behaviour - strange ?

Frank G Hahn <efgeho@cs.auc.dk>

From: Frank G Hahn <efgeho@cs.auc.dk>
To: pgsql-hackers@postgresql.org
Date: 2000-05-03T22:33:27Z
Lists: pgsql-hackers
Hi
Hope this is the correct mail-list for last-detail-bugs before release.
Just installed RC4.
Requested help on create function using \h using
tab-completion. Really nice feature btw.
However the \h expects everything after \h to be exact (after the initial 
space(s) ).

The help-request below will return 'No help ...'
'\h CREATE FUNCTION '  <- Note ending space, result of tab-completion.

Would the preferred behaviour of \h not be white-space-stripping ?
(or rather ignoring white-spaces altogether)

Minor detail, but it's there.

doesn't accept
'\h create  function' 
either. (two spaces)

/Frank