\h behaviour - strange ? - Mailing list pgsql-hackers

From Frank G Hahn
Subject \h behaviour - strange ?
Date
Msg-id Pine.GSO.4.21.0005040025230.23711-100000@borg.cs.auc.dk
Whole thread Raw
Responses Re: \h behaviour - strange ?  (Peter Eisentraut <peter_e@gmx.net>)
Re: \h behaviour - strange ?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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






pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Why Not MySQL?
Next
From: Peter Eisentraut
Date:
Subject: Re: shmem_seq may be a bad idea